OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrantUniversalAccess
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_url_loader_trusted_thunk.cc
21
void
GrantUniversalAccess
(PP_Resource loader) {
22
VLOG(4) << "PPB_URLLoaderTrusted::
GrantUniversalAccess
()";
26
enter.object()->
GrantUniversalAccess
();
39
&
GrantUniversalAccess
,
/external/chromium_org/ppapi/c/trusted/
ppb_url_loader_trusted.h
53
void (*
GrantUniversalAccess
)(PP_Resource loader);
/external/chromium_org/ppapi/proxy/
url_loader_resource.cc
226
void URLLoaderResource::
GrantUniversalAccess
() {
Completed in 37 milliseconds