OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popupsAllowed
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/platform/qt/
PlatformBridge.h
93
static bool
popupsAllowed
(NPP npp);
PlatformBridgeQt.cpp
31
bool PlatformBridge::
popupsAllowed
(NPP npp)
/external/webkit/Source/WebKit/chromium/public/
WebPluginContainer.h
78
virtual WebString executeScriptURL(const WebURL&, bool
popupsAllowed
) = 0;
WebBindings.h
65
WEBKIT_API static bool evaluateHelper(NPP, bool
popupsAllowed
, NPObject*, NPString* script, NPVariant* result);
/external/webkit/Source/WebCore/bindings/v8/
npruntime_impl.h
60
bool _NPN_EvaluateHelper(NPP, bool
popupsAllowed
, NPObject*, NPString* npScript, NPVariant* result);
NPV8Object.cpp
254
bool
popupsAllowed
= PlatformBridge::
popupsAllowed
(npp);
255
return _NPN_EvaluateHelper(npp,
popupsAllowed
, npObject, npScript, result);
258
bool _NPN_EvaluateHelper(NPP npp, bool
popupsAllowed
, NPObject* npObject, NPString* npScript, NPVariant* result)
279
if (!
popupsAllowed
)
282
// Set
popupsAllowed
flag to the current execution frame, so WebKit can get
287
frame->script()->setAllowPopupsFromPlugin(
popupsAllowed
);
/external/webkit/Source/WebCore/platform/android/
PlatformBridge.h
113
static bool
popupsAllowed
(NPP);
/external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.h
91
virtual WebString executeScriptURL(const WebURL&, bool
popupsAllowed
);
WebBindings.cpp
81
bool WebBindings::evaluateHelper(NPP npp, bool
popupsAllowed
, NPObject* object, NPString* script, NPVariant* result)
83
return _NPN_EvaluateHelper(npp,
popupsAllowed
, object, script, result);
WebPluginContainerImpl.cpp
348
WebString WebPluginContainerImpl::executeScriptURL(const WebURL& url, bool
popupsAllowed
)
360
ScriptValue result = frame->script()->executeScript(script,
popupsAllowed
);
PlatformBridge.cpp
[
all
...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp
138
bool PlatformBridge::
popupsAllowed
(NPP)
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
212
static bool
popupsAllowed
(NPP);
Completed in 239 milliseconds