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

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h53 bool is_url; member in struct:bookmarks::BookmarkNodeData::Element
55 // The URL, only valid if is_url is true.
152 bool has_single_url() const { return is_valid() && elements[0].is_url; }
H A Dbookmark_node.h86 bool is_url() const { return type_ == URL; } function in class:BookmarkNode
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.cc83 bool is_url) {
85 is_url ? ACMatchClassification::URL : ACMatchClassification::NONE;
80 SpansFromTermMatch( const history::TermMatches& matches, size_t text_length, bool is_url) argument
H A Dbookmark_provider.cc318 bool is_url) {
320 is_url ? ACMatchClassification::URL : ACMatchClassification::NONE;
315 ClassificationsFromMatch( const query_parser::Snippet::MatchPositions& positions, size_t text_length, bool is_url) argument
/external/chromium_org/ui/base/clipboard/
H A Dscoped_clipboard_writer.cc112 bool is_url) {
120 if (is_url) {
111 WriteTextOrURL(const base::string16& text, bool is_url) argument
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc63 bool is_url; member in struct:__anon6023::AutoCompleteInfo
588 ac.is_url = (ac.key.find(L"://") != base::string16::npos);
603 if (!ac_list[i].is_url || ac_list[i].data.size() < 2)
634 if (ac_list[list_it].is_url)

Completed in 2476 milliseconds