Home
last modified time | relevance | path

Searched refs:popups_allowed (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/content/child/npapi/
Dnpobject_proxy.cc469 bool popups_allowed = false; in NPNEvaluate() local
476 popups_allowed = plugin_instance->popups_allowed(); in NPNEvaluate()
486 popups_allowed, in NPNEvaluate()
Dnpobject_stub.h84 void OnEvaluate(const std::string& script, bool popups_allowed,
Dwebplugin.h82 bool popups_allowed,
Dnpobject_stub.cc397 bool popups_allowed, in OnEvaluate() argument
409 bool return_value = WebBindings::evaluateHelper(0, popups_allowed, npobject_, in OnEvaluate()
Dplugin_instance.h223 bool popups_allowed() const { in popups_allowed() function
Dplugin_instance.cc583 url, method, target, buf, len, notify_id, popups_allowed(), in RequestURL()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.h123 bool popups_allowed,
176 bool popups_allowed,
251 bool popups_allowed,
Dwebplugin_impl.cc661 bool popups_allowed, in RouteToFrame() argument
718 request.setHasUserGesture(popups_allowed); in RouteToFrame()
1128 bool popups_allowed, in HandleURLRequest() argument
1133 url, method, target, buf, len, notify_id, popups_allowed, PLUGIN_SRC, in HandleURLRequest()
1143 bool popups_allowed, in HandleURLRequestInternal() argument
1157 url, is_javascript_url, popups_allowed, method, target, buf, len, in HandleURLRequestInternal()
1164 WebString result = container_->executeScriptURL(gurl, popups_allowed); in HandleURLRequestInternal()
Dwebplugin_delegate_proxy.cc1095 params.popups_allowed, params.notify_redirects); in OnHandleURLRequest()
/external/chromium_org/content/plugin/
Dwebplugin_proxy.cc316 bool popups_allowed, in HandleURLRequest() argument
344 params.popups_allowed = popups_allowed; in HandleURLRequest()
Dwebplugin_proxy.h79 bool popups_allowed,
/external/chromium_org/content/child/
Dplugin_messages.h42 IPC_STRUCT_MEMBER(bool, popups_allowed)