123456789101112131415161718192021222324252627 |
- /*
- * Copyright 2012 Sony Computer Entertainment Inc.
- * All rights reserved
- */
- #ifndef Psp2Test_h
- #define Psp2Test_h
- #include <JavaScriptCore/JSBase.h>
- #include <wtf/text/CString.h>
- //WebkitWebFrame use GTKver only
- //extern WebKitWebFrame* mainFrame;
- //extern WebKitWebFrame* topLoadingFrame;
- //extern bool waitForPolicy;
- //extern GSList* webViewList;
- //gchar* JSStringCopyUTF8CString(JSStringRef jsString);
- //CString getTopLevelPath();
- //void setWaitToDumpWatchdog(guint timer);
- //bool shouldSetWaitToDumpWatchdog();
- #endif // Psp2Test_h
|