HomeSort by relevance Sort by last modified time
    Searched refs:kActionDomVerb (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_action_constants.cc 12 const char kActionDomVerb[] = "dom_verb";
activity_action_constants.h 13 extern const char kActionDomVerb[];
uma_policy_unittest.cc 50 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
55 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
64 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
79 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
149 action3->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
157 action4->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
164 action5->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
activity_log_unittest.cc 144 ASSERT_TRUE(other->GetInteger(activity_log_constants::kActionDomVerb,
186 other->GetInteger(activity_log_constants::kActionDomVerb, &dom_verb));
298 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
311 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
323 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
398 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
activity_log.cc 546 if (other->GetInteger(constants::kActionDomVerb, &dom_verb) &&
548 other->SetInteger(constants::kActionDomVerb, DomActionType::XHR);
uma_policy.cc 117 activity_log_constants::kActionDomVerb, &dom_verb))
activity_actions.cc 281 if (other()->GetIntegerWithoutPathExpansion(constants::kActionDomVerb,
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api_unittest.cc 56 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,
  /external/chromium_org/chrome/browser/renderer_host/
chrome_extension_message_filter.cc 310 action->mutable_other()->SetInteger(activity_log_constants::kActionDomVerb,

Completed in 187 milliseconds