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 | 593 url, method, target, buf, len, notify_id, popups_allowed(), in RequestURL()
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.h | 121 bool popups_allowed, 174 bool popups_allowed, 249 bool popups_allowed,
|
D | webplugin_impl.cc | 680 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()
|
D | webplugin_delegate_proxy.cc | 1091 params.popups_allowed, params.notify_redirects); in OnHandleURLRequest()
|
/external/chromium_org/content/plugin/ |
D | webplugin_proxy.cc | 282 bool popups_allowed, in HandleURLRequest() argument 310 params.popups_allowed = popups_allowed; in HandleURLRequest()
|
D | webplugin_proxy.h | 75 bool popups_allowed,
|
/external/chromium_org/content/child/ |
D | plugin_messages.h | 42 IPC_STRUCT_MEMBER(bool, popups_allowed)
|