Home
last modified time | relevance | path

Searched refs:activity_log_constants (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Duma_policy_unittest.cc50 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
55 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
64 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
79 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
149 action3->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
157 action4->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
164 action5->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
Dactivity_log_unittest.cc128 ASSERT_TRUE(other->GetInteger(activity_log_constants::kActionDomVerb, in RetrieveActions_ArgUrlExtraction()
256 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
269 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
281 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
Dactivity_action_constants.cc9 namespace activity_log_constants { namespace
Dactivity_action_constants.h10 namespace activity_log_constants {
Dactivity_log_policy_unittest.cc45 activity_log_constants::kActionWebRequest, in TEST_F()
Dactivity_log_policy.cc23 namespace constants = activity_log_constants;
Dactivity_database_unittest.cc39 namespace constants = activity_log_constants;
Duma_policy.cc98 activity_log_constants::kActionDomVerb, &dom_verb)) { in MatchActionToStatus()
Dactivity_actions.cc25 namespace constants = activity_log_constants;
Dfullstream_ui_policy.cc32 namespace constants = activity_log_constants;
Dactivity_log.cc43 namespace constants = activity_log_constants;
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
Dactivity_log_private_api_unittest.cc54 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
56 action->mutable_other()->SetBoolean(activity_log_constants::kActionPrerender, in TEST_F()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc515 activity_log_constants::kActionExtra, params.extra); in OnAddAPIActionToExtensionActivityLog()
529 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in OnAddDOMActionToExtensionActivityLog()
542 action->mutable_other()->SetString(activity_log_constants::kActionExtra, in OnAddEventToExtensionActivityLog()
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api.cc1701 action->mutable_other()->Set(activity_log_constants::kActionWebRequest, in LogExtensionActivity()