HomeSort by relevance Sort by last modified time
    Searched refs:allowed_by_default (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/public/browser/
browser_plugin_guest_delegate.cc 26 bool allowed_by_default) {
browser_plugin_guest_delegate.h 83 bool allowed_by_default);
  /external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest_delegate.cc 57 bool allowed_by_default) {
61 allowed_by_default);
test_browser_plugin_guest_delegate.h 41 bool allowed_by_default) OVERRIDE;
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.h 65 bool allowed_by_default) OVERRIDE;
130 bool allowed_by_default; member in struct:WebViewGuest::PermissionResponseInfo
134 bool allowed_by_default);
webview_guest.cc 413 bool allowed_by_default) {
423 PermissionResponseInfo(callback, permission_type, allowed_by_default);
506 ((action == DEFAULT) && info.allowed_by_default);
728 allowed_by_default(false) {
734 bool allowed_by_default)
737 allowed_by_default(allowed_by_default) {

Completed in 230 milliseconds