OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domain
(Results
176 - 200
of
908
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.h
34
virtual void SetDomain(const std::string&
domain
) OVERRIDE;
42
// Update the
domain
name shown in the UI.
63
// The
domain
name whose Terms of Service are being shown.
terms_of_service_screen_handler.cc
65
// Updates the
domain
name shown in the UI.
77
void TermsOfServiceScreenHandler::SetDomain(const std::string&
domain
) {
78
domain_ =
domain
;