Searched refs:popups_allowed (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/content/child/npapi/ |
D | npobject_proxy.cc | 469 bool popups_allowed = false; in NPNEvaluate() local 476 popups_allowed = plugin_instance->popups_allowed(); in NPNEvaluate() 486 popups_allowed, in NPNEvaluate()
|
D | npobject_stub.h | 84 void OnEvaluate(const std::string& script, bool popups_allowed,
|
D | webplugin.h | 82 bool popups_allowed,
|
D | npobject_stub.cc | 397 bool popups_allowed, in OnEvaluate() argument 409 bool return_value = WebBindings::evaluateHelper(0, popups_allowed, npobject_, in OnEvaluate()
|
D | plugin_instance.h | 223 bool popups_allowed() const { in popups_allowed() function
|
D | plugin_instance.cc | 583 url, method, target, buf, len, notify_id, popups_allowed(), in RequestURL()
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.h | 123 bool popups_allowed, 176 bool popups_allowed, 251 bool popups_allowed,
|
D | webplugin_impl.cc | 661 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()
|
D | webplugin_delegate_proxy.cc | 1095 params.popups_allowed, params.notify_redirects); in OnHandleURLRequest()
|
/external/chromium_org/content/plugin/ |
D | webplugin_proxy.cc | 316 bool popups_allowed, in HandleURLRequest() argument 344 params.popups_allowed = popups_allowed; in HandleURLRequest()
|
D | webplugin_proxy.h | 79 bool popups_allowed,
|
/external/chromium_org/content/child/ |
D | plugin_messages.h | 42 IPC_STRUCT_MEMBER(bool, popups_allowed)
|