Searched defs:is_url (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.h49 bool is_url; member in struct:BookmarkNodeData::Element
51 // The URL, only valid if is_url is true.
137 bool has_single_url() const { return is_valid() && elements[0].is_url; }
H A Dbookmark_model.h97 bool is_url() const { return type_ == URL; } function in class:BookmarkNode
/external/chromium/chrome/browser/importer/
H A Die_importer.cc49 bool is_url; member in struct:__anon1366::AutoCompleteInfo
263 ac.is_url = (ac.key.find(L"://") != std::wstring::npos);
278 if (!ac_list[i].is_url || ac_list[i].data.size() < 2)
309 if (ac_list[list_it].is_url)

Completed in 92 milliseconds