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

  /external/chromium_org/chrome/browser/extensions/
active_script_controller_browsertest.cc 77 // Returns an extension with the given |host_type| and |injection_type|. If
82 InjectionType injection_type);
103 HostType host_type, InjectionType injection_type) {
107 injection_type == CONTENT_SCRIPT ?
119 if (injection_type == CONTENT_SCRIPT) {
148 injection_type == CONTENT_SCRIPT ? kContentScriptSource :
  /external/chromium_org/chrome/browser/extensions/activity_log/
ad_injection_browsertest.cc 91 Action::InjectionType injection_type() const { return injection_type_; } function in class:extensions::__anon8247::ActivityLogObserver
305 } else if (expected_injection != observer()->injection_type()) {
311 InjectionTypeToString(observer()->injection_type()).c_str());
activity_actions.cc 116 InjectionType injection_type = NO_AD_INJECTION; local
135 injection_type = CheckAttrModification();
148 injection_type = CheckElementAddition();
151 if (injection_type != NO_AD_INJECTION) {
156 return injection_type;

Completed in 305 milliseconds