OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
67
// Profile, so this can only ever be non-empty for
UIThreadSearchTermsData
.
74
// non-empty for
UIThreadSearchTermsData
.
82
class
UIThreadSearchTermsData
: public SearchTermsData {
87
explicit
UIThreadSearchTermsData
(Profile* profile);
108
DISALLOW_COPY_AND_ASSIGN(
UIThreadSearchTermsData
);
search_terms_data.cc
96
std::string*
UIThreadSearchTermsData
::google_base_url_ = NULL;
98
UIThreadSearchTermsData
::
UIThreadSearchTermsData
(Profile* profile)
104
std::string
UIThreadSearchTermsData
::GoogleBaseURLValue() const {
117
std::string
UIThreadSearchTermsData
::GetApplicationLocale() const {
125
base::string16
UIThreadSearchTermsData
::GetRlzParameterValue() const {
147
std::string
UIThreadSearchTermsData
::GetSearchClient() const {
154
std::string
UIThreadSearchTermsData
::GetSuggestClient() const {
167
std::string
UIThreadSearchTermsData
::GetSuggestRequestIdentifier() const {
180
std::string
UIThreadSearchTermsData
::ForceInstantResultsParam
[
all
...]
Completed in 141 milliseconds