HomeSort by relevance Sort by last modified time
    Searched defs:SearchTermsData (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/search_engines/
search_terms_data.h 16 class SearchTermsData {
18 SearchTermsData();
19 virtual ~SearchTermsData();
36 DISALLOW_COPY_AND_ASSIGN(SearchTermsData);
39 // Implementation of SearchTermsData that is only usable on the UI thread.
40 class UIThreadSearchTermsData : public SearchTermsData {
44 // Implementation of SearchTermsData.
search_terms_data.cc 18 SearchTermsData::SearchTermsData() {
21 SearchTermsData::~SearchTermsData() {
24 std::string SearchTermsData::GoogleBaseSuggestURLValue() const {
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.h 18 class SearchTermsData {
20 SearchTermsData();
21 virtual ~SearchTermsData();
70 DISALLOW_COPY_AND_ASSIGN(SearchTermsData);
73 // Implementation of SearchTermsData that is only usable on the UI thread.
74 class UIThreadSearchTermsData : public SearchTermsData {
search_terms_data.cc 30 SearchTermsData::SearchTermsData() {
33 SearchTermsData::~SearchTermsData() {
36 std::string SearchTermsData::GoogleBaseURLValue() const {
40 std::string SearchTermsData::GoogleBaseSuggestURLValue() const {
60 std::string SearchTermsData::GetApplicationLocale() const {
64 string16 SearchTermsData::GetRlzParameterValue() const {
68 std::string SearchTermsData::GetSearchClient() const {
72 std::string SearchTermsData::GetSuggestClient() const
    [all...]

Completed in 314 milliseconds