OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildUserAgent
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
user_agent.h
17
void
BuildUserAgent
(bool mimic_windows, std::string* result);
user_agent.cc
112
void
BuildUserAgent
(bool mimic_windows, std::string* result) {
webkit_glue.cc
358
BuildUserAgent
(false, &g_user_agent.Get().user_agent);
385
BuildUserAgent
(true, &g_user_agent.Get().mimic_windows_user_agent);
Completed in 859 milliseconds