Searched defs:should_allow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/webview/
H A Dwebview_api.cc143 bool should_allow = false; local
144 EXTENSION_FUNCTION_VALIDATE(args_->GetBoolean(2, &should_allow));
155 guest->SetPermission(request_id, should_allow, user_input));
/external/chromium_org/chrome/browser/guestview/webview/
H A Dwebview_guest.cc272 bool should_allow,
280 request_itr->second.Run(should_allow, user_input);
271 SetPermission(int request_id, bool should_allow, const std::string& user_input) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_service.cc1240 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow) {
1288 should_allow,
1238 ProcessSyncData( const ExtensionSyncData& extension_sync_data, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc65 virtual void Respond(bool should_allow, const std::string& user_input) = 0;
82 virtual void Respond(bool should_allow,
84 callback_.Run(should_allow);
104 virtual void Respond(bool should_allow,
109 if (should_allow && web_contents) {
158 virtual void Respond(bool should_allow,
161 if (should_allow && web_contents) {
187 virtual void Respond(bool should_allow,
200 if (!should_allow)
219 virtual void Respond(bool should_allow,
387 RespondToPermissionRequest( int request_id, bool should_allow, const std::string& user_input) argument
[all...]

Completed in 133 milliseconds