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

  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPermissionRequest.cpp 54 void WebGeolocationPermissionRequest::setIsAllowed(bool allowed)
56 m_private->setIsAllowed(allowed);
WebMIDIPermissionRequest.cpp 55 void WebMIDIPermissionRequest::setIsAllowed(bool allowed)
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationPermissionRequest.h 42 // either WebGeolocationPermissionRequest::setIsAllowed (request complete) or
48 BLINK_EXPORT void setIsAllowed(bool);
WebMIDIPermissionRequest.h 54 BLINK_EXPORT void setIsAllowed(bool);
  /external/chromium_org/content/renderer/media/
midi_dispatcher.cc 65 request->setIsAllowed(is_allowed);
  /external/chromium_org/content/renderer/
geolocation_dispatcher.cc 114 permissionRequest.setIsAllowed(is_allowed);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 73 void setIsAllowed(bool);
Geolocation.cpp 437 void Geolocation::setIsAllowed(bool allowed)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.cpp 122 // which fire synchronously from Geolocation::setIsAllowed() cannot reentrantly modify
125 (*it)->setIsAllowed(allowed);

Completed in 1205 milliseconds