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();
78 DISALLOW_COPY_AND_ASSIGN(SearchTermsData);
81 // Implementation of SearchTermsData that is only usable on the UI thread.
82 class UIThreadSearchTermsData : public SearchTermsData {
search_terms_data.cc 32 SearchTermsData::SearchTermsData() {
35 SearchTermsData::~SearchTermsData() {
38 std::string SearchTermsData::GoogleBaseURLValue() const {
42 std::string SearchTermsData::GoogleBaseSuggestURLValue() const {
62 std::string SearchTermsData::GetApplicationLocale() const {
66 base::string16 SearchTermsData::GetRlzParameterValue() const {
70 std::string SearchTermsData::GetSearchClient() const {
74 std::string SearchTermsData::GetSuggestClient() const
    [all...]

Completed in 761 milliseconds