Home
last modified time | relevance | path

Searched refs:testKeyboardFocusForPlugins (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
Dmain.cpp275 obj->testKeyboardFocusForPlugins = true; in NPP_New()
388 if (obj->testKeyboardFocusForPlugins) { in NPP_SetWindow()
530 if (obj->testKeyboardFocusForPlugins) { in handleEventCarbon()
532 obj->testKeyboardFocusForPlugins = FALSE; in handleEventCarbon()
623 if (obj->testKeyboardFocusForPlugins) { in handleEventCocoa()
625 obj->testKeyboardFocusForPlugins = FALSE; in handleEventCocoa()
698 if (obj->testKeyboardFocusForPlugins) { in handleEventX11()
700 obj->testKeyboardFocusForPlugins = false; in handleEventX11()
752 if (obj->testKeyboardFocusForPlugins) { in handleEventWin()
754 obj->testKeyboardFocusForPlugins = FALSE; in handleEventWin()
DPluginObject.h57 NPBool testKeyboardFocusForPlugins; member
DPluginObject.cpp1378 newInstance->testKeyboardFocusForPlugins = false; in pluginAllocate()