Searched refs:setIsAllowed (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationPermissionRequest.cpp52 void WebGeolocationPermissionRequest::setIsAllowed(bool allowed) function in class:blink::WebGeolocationPermissionRequest
54 m_private->setIsAllowed(allowed);
H A DWebMIDIPermissionRequest.cpp55 void WebMIDIPermissionRequest::setIsAllowed(bool allowed) function in class:blink::WebMIDIPermissionRequest
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPermissionRequest.h40 // either WebGeolocationPermissionRequest::setIsAllowed (request complete) or
46 BLINK_EXPORT void setIsAllowed(bool);
H A DWebMIDIPermissionRequest.h51 BLINK_EXPORT void setIsAllowed(bool);
/external/chromium_org/content/renderer/media/
H A Dmidi_dispatcher.cc66 request->setIsAllowed(is_allowed);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h77 void setIsAllowed(bool);
H A DGeolocation.cpp279 void Geolocation::setIsAllowed(bool allowed) function in class:blink::Geolocation
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.cc109 permissionRequest.setIsAllowed(is_allowed);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.cpp122 // which fire synchronously from Geolocation::setIsAllowed() cannot reentrantly modify
125 (*it)->setIsAllowed(allowed);

Completed in 206 milliseconds