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.cc593 url, method, target, buf, len, notify_id, popups_allowed(), in RequestURL()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.h121 bool popups_allowed,
174 bool popups_allowed,
249 bool popups_allowed,
Dwebplugin_impl.cc680 bool popups_allowed, in RouteToFrame() argument
737 request.setHasUserGesture(popups_allowed); in RouteToFrame()
1147 bool popups_allowed, in HandleURLRequest() argument
1152 url, method, target, buf, len, notify_id, popups_allowed, PLUGIN_SRC, in HandleURLRequest()
1162 bool popups_allowed, in HandleURLRequestInternal() argument
1176 url, is_javascript_url, popups_allowed, method, target, buf, len, in HandleURLRequestInternal()
1183 WebString result = container_->executeScriptURL(gurl, popups_allowed); in HandleURLRequestInternal()
Dwebplugin_delegate_proxy.cc1091 params.popups_allowed, params.notify_redirects); in OnHandleURLRequest()
/external/chromium_org/content/plugin/
Dwebplugin_proxy.cc282 bool popups_allowed, in HandleURLRequest() argument
310 params.popups_allowed = popups_allowed; in HandleURLRequest()
Dwebplugin_proxy.h75 bool popups_allowed,
/external/chromium_org/content/child/
Dplugin_messages.h42 IPC_STRUCT_MEMBER(bool, popups_allowed)