OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kActionPrerender
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_action_constants.cc
14
const char
kActionPrerender
[] = "prerender";
activity_action_constants.h
15
extern const char
kActionPrerender
[];
activity_actions.cc
183
if (other()->GetBooleanWithoutPathExpansion(constants::
kActionPrerender
,
activity_log.cc
607
action->mutable_other()->SetBoolean(constants::
kActionPrerender
, true);
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api_unittest.cc
56
action->mutable_other()->SetBoolean(activity_log_constants::
kActionPrerender
,
Completed in 56 milliseconds