Home
last modified time | relevance | path

Searched refs:kActionDomVerb (Results 1 – 9 of 9) 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.cc12 const char kActionDomVerb[] = "dom_verb"; variable
Dactivity_action_constants.h13 extern const char kActionDomVerb[];
Dactivity_log.cc556 if (other->GetInteger(constants::kActionDomVerb, &dom_verb) && in LogAction()
558 other->SetInteger(constants::kActionDomVerb, DomActionType::XHR); in LogAction()
Duma_policy.cc98 activity_log_constants::kActionDomVerb, &dom_verb)) { in MatchActionToStatus()
Dactivity_actions.cc197 if (other()->GetIntegerWithoutPathExpansion(constants::kActionDomVerb, in ConvertToExtensionActivity()
/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()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc529 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in OnAddDOMActionToExtensionActivityLog()