Home | History | Annotate | Download | only in search_engines

Lines Matching defs:UIThreadSearchTermsData

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 {
148 // in UIThreadSearchTermsData since SearchTermsData cannot depend on
150 std::string UIThreadSearchTermsData::GoogleImageSearchSource() const {
166 void UIThreadSearchTermsData::SetGoogleBaseURL(const std::string& base_url) {