HomeSort by relevance Sort by last modified time
    Searched refs:testWindowOpen (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.h 52 NPBool testWindowOpen;
83 extern bool testWindowOpen(NPP npp);
main.cpp 245 else if (strcasecmp(argn[i], "testwindowopen") == 0)
246 obj->testWindowOpen = true;
372 if (obj->testWindowOpen) {
373 testWindowOpen(instance);
374 obj->testWindowOpen = false;
PluginObject.cpp     [all...]

Completed in 2239 milliseconds