Searched defs:UIThreadSearchTermsData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.h18 class UIThreadSearchTermsData : public SearchTermsData { class in inherits:SearchTermsData
22 explicit UIThreadSearchTermsData(Profile* profile);
49 DISALLOW_COPY_AND_ASSIGN(UIThreadSearchTermsData);
H A Dui_thread_search_terms_data.cc37 std::string* UIThreadSearchTermsData::google_base_url_ = NULL;
39 UIThreadSearchTermsData::UIThreadSearchTermsData(Profile* profile) function in class:UIThreadSearchTermsData
45 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
58 std::string UIThreadSearchTermsData::GetApplicationLocale() const {
66 base::string16 UIThreadSearchTermsData::GetRlzParameterValue(
94 std::string UIThreadSearchTermsData::GetSearchClient() const {
101 std::string UIThreadSearchTermsData::GetSuggestClient() const {
112 std::string UIThreadSearchTermsData::GetSuggestRequestIdentifier() const {
130 bool UIThreadSearchTermsData
[all...]

Completed in 363 milliseconds