OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMaxURLChars
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/common/
url_utils.h
39
CONTENT_EXPORT void
SetMaxURLChars
(size_t max_chars);
url_utils.cc
41
void
SetMaxURLChars
(size_t max_chars) {
/external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc
73
content::
SetMaxURLChars
(20 * 1024 * 1024);
Completed in 26 milliseconds