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

  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.h 18 class UIThreadSearchTermsData : public SearchTermsData {
22 explicit UIThreadSearchTermsData(Profile* profile);
42 DISALLOW_COPY_AND_ASSIGN(UIThreadSearchTermsData);
ui_thread_search_terms_data.cc 35 std::string* UIThreadSearchTermsData::google_base_url_ = NULL;
37 UIThreadSearchTermsData::UIThreadSearchTermsData(Profile* profile)
43 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
56 std::string UIThreadSearchTermsData::GetApplicationLocale() const {
64 base::string16 UIThreadSearchTermsData::GetRlzParameterValue(
92 std::string UIThreadSearchTermsData::GetSearchClient() const {
99 std::string UIThreadSearchTermsData::GetSuggestClient() const {
112 std::string UIThreadSearchTermsData::GetSuggestRequestIdentifier() const {
128 std::string UIThreadSearchTermsData::NTPIsThemedParam() const
    [all...]

Completed in 68 milliseconds