OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlers_host_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h
39
handlers_host_
= handlers_host;
111
OptionsPageUIHandlerHost*
handlers_host_
;
member in class:CoreOptionsHandler
core_options_handler.cc
30
:
handlers_host_
(NULL) {
129
DCHECK(
handlers_host_
);
130
handlers_host_
->InitializeHandlers();
/external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h
37
handlers_host_
= handlers_host;
159
OptionsPageUIHandlerHost*
handlers_host_
;
member in class:options::CoreOptionsHandler
core_options_handler.cc
59
:
handlers_host_
(NULL) {
219
DCHECK(
handlers_host_
);
220
handlers_host_
->InitializeHandlers();
Completed in 7316 milliseconds