OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_action
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc
47
std::string
string_action
= UTF16ToUTF8(ExtractStringValue(args));
local
48
content::RecordComputedAction(
string_action
);
/external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc
201
std::string
string_action
= UTF16ToUTF8(ExtractStringValue(args));
local
202
UserMetrics::RecordComputedAction(
string_action
, web_ui_->GetProfile());
Completed in 464 milliseconds