OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAndroidResourcePath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/android_webview/common/
url_constants.cc
18
const char
kAndroidResourcePath
[] = "/android_res/";
url_constants.h
15
extern const char
kAndroidResourcePath
[];
/external/chromium_org/android_webview/native/
android_protocol_handler.cc
249
android_webview::
kAndroidResourcePath
) {
325
env, android_webview::
kAndroidResourcePath
).Release();
/external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.cc
167
(url.path().find(android_webview::
kAndroidResourcePath
) != 0 &&
Completed in 2997 milliseconds