OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIsAllowed
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPermissionRequest.cpp
44
void WebGeolocationPermissionRequest::
setIsAllowed
(bool allowed)
46
m_private->
setIsAllowed
(allowed);
WebMIDIPermissionRequest.cpp
73
void WebMIDIPermissionRequest::
setIsAllowed
(bool allowed)
/external/chromium_org/third_party/WebKit/public/web/
WebGeolocationPermissionRequest.h
42
// either WebGeolocationPermissionRequest::
setIsAllowed
(request complete) or
47
BLINK_EXPORT void
setIsAllowed
(bool);
WebMIDIPermissionRequest.h
48
// either WebMIDIPermissionRequest::
setIsAllowed
(request complete) or
56
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
112
permissionRequest.
setIsAllowed
(is_allowed);
/external/chromium_org/third_party/WebKit/Source/core/platform/mock/
GeolocationClientMock.cpp
119
// which fire synchronously from Geolocation::
setIsAllowed
() cannot reentrantly modify
122
(*it)->
setIsAllowed
(allowed);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h
70
void
setIsAllowed
(bool);
Geolocation.cpp
428
void Geolocation::
setIsAllowed
(bool allowed)
Completed in 927 milliseconds