OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_url
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/extensions/common/
event_filtering_info.h
35
bool
has_url
() const { return has_url_; }
function in class:extensions::EventFilteringInfo
event_filter.cc
145
GURL url_to_match_against = event_info.
has_url
() ? event_info.url() : GURL();
171
CHECK(!event_matcher->HasURLFilters() || event_info.
has_url
());
/external/chromium_org/components/dom_distiller/core/
distilled_content_store.cc
75
if (page.
has_url
()) {
85
if (page.
has_url
()) {
article_entry.cc
16
bool IsEntryPageValid(const ArticleEntryPage& page) { return page.
has_url
(); }
viewer.cc
186
if (article_proto->pages_size() > 0 && article_proto->pages(0).
has_url
()) {
/external/chromium_org/components/enhanced_bookmarks/
metadata_accessor.cc
56
if (!info.
has_url
() || !info.has_width() || !info.has_height())
enhanced_bookmark_model.cc
52
if (!info.
has_url
() || !info.has_width() || !info.has_height())
/external/chromium_org/components/precache/core/
precache_fetcher.cc
240
if (manifest.resource(i).
has_url
()) {
/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
dom_distiller_json_converter.h
220
if (message.
has_url
()) {
334
if (message.
has_url
()) {
/external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc
[
all
...]
Completed in 599 milliseconds