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

  /external/chromium_org/extensions/common/
event_filtering_info.cc 13 : has_url_(false),
23 has_url_ = true;
36 if (has_url_)
49 return !has_url_ && service_type_.empty() && !has_instance_id_;
event_filtering_info.h 35 bool has_url() const { return has_url_; }
48 bool has_url_; member in class:extensions::EventFilteringInfo

Completed in 51 milliseconds