OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentityInternalsUI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui.h
13
class
IdentityInternalsUI
16
explicit
IdentityInternalsUI
(content::WebUI* web_ui);
17
virtual ~
IdentityInternalsUI
();
20
DISALLOW_COPY_AND_ASSIGN(
IdentityInternalsUI
);
identity_internals_ui.cc
272
IdentityInternalsUI
::
IdentityInternalsUI
(content::WebUI* web_ui)
310
IdentityInternalsUI
::~
IdentityInternalsUI
() {}
chrome_web_ui_controller_factory.cc
341
return &NewWebUI<
IdentityInternalsUI
>;
Completed in 828 milliseconds