Searched refs:kActionDomVerb (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/extensions/activity_log/ |
D | uma_policy_unittest.cc | 50 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()
|
D | activity_log_unittest.cc | 128 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()
|
D | activity_action_constants.cc | 12 const char kActionDomVerb[] = "dom_verb"; variable
|
D | activity_action_constants.h | 13 extern const char kActionDomVerb[];
|
D | activity_log.cc | 556 if (other->GetInteger(constants::kActionDomVerb, &dom_verb) && in LogAction() 558 other->SetInteger(constants::kActionDomVerb, DomActionType::XHR); in LogAction()
|
D | uma_policy.cc | 98 activity_log_constants::kActionDomVerb, &dom_verb)) { in MatchActionToStatus()
|
D | activity_actions.cc | 197 if (other()->GetIntegerWithoutPathExpansion(constants::kActionDomVerb, in ConvertToExtensionActivity()
|
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/ |
D | activity_log_private_api_unittest.cc | 54 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in TEST_F()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_message_filter.cc | 529 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb, in OnAddDOMActionToExtensionActivityLog()
|