Searched refs:has_url_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/
H A Devent_filtering_info.cc13 : has_url_(false),
23 has_url_ = true;
36 if (has_url_)
49 return !has_url_ && service_type_.empty() && !has_instance_id_;
H A Devent_filtering_info.h35 bool has_url() const { return has_url_; }
48 bool has_url_; member in class:extensions::EventFilteringInfo

Completed in 77 milliseconds