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

  /external/chromium/chrome/browser/search_engines/
search_terms_data.h 40 class UIThreadSearchTermsData : public SearchTermsData {
42 UIThreadSearchTermsData();
58 DISALLOW_COPY_AND_ASSIGN(UIThreadSearchTermsData);
search_terms_data.cc 52 std::string* UIThreadSearchTermsData::google_base_url_ = NULL;
54 UIThreadSearchTermsData::UIThreadSearchTermsData() {
61 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
68 std::string UIThreadSearchTermsData::GetApplicationLocale() const {
75 string16 UIThreadSearchTermsData::GetRlzParameterValue() const {
94 void UIThreadSearchTermsData::SetGoogleBaseURL(std::string* google_base_url) {
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.h 53 // UIThreadSearchTermsData.
59 // Profile, so this can only ever be non-empty for UIThreadSearchTermsData.
66 // non-empty for UIThreadSearchTermsData.
74 class UIThreadSearchTermsData : public SearchTermsData {
79 explicit UIThreadSearchTermsData(Profile* profile);
98 DISALLOW_COPY_AND_ASSIGN(UIThreadSearchTermsData);
search_terms_data.cc 89 std::string* UIThreadSearchTermsData::google_base_url_ = NULL;
91 UIThreadSearchTermsData::UIThreadSearchTermsData(Profile* profile)
97 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
110 std::string UIThreadSearchTermsData::GetApplicationLocale() const {
118 string16 UIThreadSearchTermsData::GetRlzParameterValue() const {
140 std::string UIThreadSearchTermsData::GetSearchClient() const {
147 std::string UIThreadSearchTermsData::GetSuggestClient() const {
153 std::string UIThreadSearchTermsData::InstantEnabledParam() const {
159 std::string UIThreadSearchTermsData::InstantExtendedEnabledParam() const
    [all...]

Completed in 36 milliseconds