HomeSort by relevance Sort by last modified time
    Searched full:url_word_starts_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h 178 // Clears both url_word_starts_ and title_word_starts_.
181 WordStarts url_word_starts_; member in struct:history::RowWordStarts
scored_history_match_unittest.cc 75 &word_starts->url_word_starts_);
101 String16SetFromString16(url, &word_starts.url_word_starts_);
in_memory_url_index_types.cc 169 url_word_starts_.clear();
in_memory_url_index_unittest.cc 400 EXPECT_EQ(expected_word_starts.url_word_starts_.size(),
401 actual_word_starts.url_word_starts_.size());
402 EXPECT_TRUE(std::equal(expected_word_starts.url_word_starts_.begin(),
403 expected_word_starts.url_word_starts_.end(),
404 actual_word_starts.url_word_starts_.begin()));
    [all...]
url_index_private_data.cc 761 word_starts ? &word_starts->url_word_starts_ : NULL);
    [all...]
scored_history_match.cc 274 word_starts.url_word_starts_.begin();
276 word_starts.url_word_starts_.end();

Completed in 43 milliseconds