psp2-test.h 575 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright 2012 Sony Computer Entertainment Inc.
  3. * All rights reserved
  4. */
  5. #ifndef Psp2Test_h
  6. #define Psp2Test_h
  7. #include <JavaScriptCore/JSBase.h>
  8. #include <wtf/text/CString.h>
  9. //WebkitWebFrame use GTKver only
  10. //extern WebKitWebFrame* mainFrame;
  11. //extern WebKitWebFrame* topLoadingFrame;
  12. //extern bool waitForPolicy;
  13. //extern GSList* webViewList;
  14. //gchar* JSStringCopyUTF8CString(JSStringRef jsString);
  15. //CString getTopLevelPath();
  16. //void setWaitToDumpWatchdog(guint timer);
  17. //bool shouldSetWaitToDumpWatchdog();
  18. #endif // Psp2Test_h