OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preauthorized
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/native/permission/
permission_request_handler.h
62
// Return true if |origin| were
preauthorized
to access |resources|.
63
bool
Preauthorized
(const GURL& origin, int64 resources);
permission_request_handler.cc
45
if (
Preauthorized
(request->GetOrigin(), request->GetResources())) {
132
bool PermissionRequestHandler::
Preauthorized
(const GURL& origin,
Completed in 35 milliseconds