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

  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 56 NPBool testWindowOpen;
95 extern bool testWindowOpen(NPP npp);
main.cpp 251 else if (strcasecmp(argn[i], "testwindowopen") == 0)
252 obj->testWindowOpen = true;
383 if (obj->testWindowOpen) {
384 testWindowOpen(instance);
385 obj->testWindowOpen = false;
PluginObject.cpp     [all...]

Completed in 68 milliseconds