OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FromWebUI
(Results
126 - 146
of
146
) sorted by null
1
2
3
4
5
6
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc
513
Profile* profile = Profile::
FromWebUI
(handler_->web_ui());
[
all
...]
print_preview_ui.cc
398
Profile* profile = Profile::
FromWebUI
(web_ui);
/external/chromium_org/chrome/browser/extensions/
extension_web_ui.cc
156
Profile* profile = Profile::
FromWebUI
(web_ui);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.cc
306
Profile* profile = Profile::
FromWebUI
(web_ui);
gaia_screen_handler.cc
481
LOG_ASSERT(Profile::
FromWebUI
(web_ui()) ==
signin_screen_handler.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc
480
Profile* profile = Profile::
FromWebUI
(web_ui());
internet_options_handler.cc
[
all
...]
/external/chromium_org/chrome/test/base/
web_ui_browser_test.cc
353
Profile* profile = Profile::
FromWebUI
(web_ui);
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc
384
if (Profile::
FromWebUI
(web_ui())->IsSupervised())
646
bool active_user_is_supervised = Profile::
FromWebUI
(web_ui())->IsSupervised();
/external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc
476
Profile* profile = Profile::
FromWebUI
(web_ui());
/external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc
583
Profile* profile = Profile::
FromWebUI
(web_ui);
sync_setup_handler.cc
632
return Profile::
FromWebUI
(web_ui());
[
all
...]
about_ui.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc
633
Profile* profile = Profile::
FromWebUI
(web_ui);
nfc_debug_ui.cc
745
Profile* profile = Profile::
FromWebUI
(web_ui);
sim_unlock_ui.cc
766
Profile* profile = Profile::
FromWebUI
(web_ui);
/external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc
496
Profile::
FromWebUI
(web_ui()));
[
all
...]
autofill_options_handler.cc
349
Profile::
FromWebUI
(web_ui()));
website_settings_handler.cc
778
Profile* profile = Profile::
FromWebUI
(web_ui());
/external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc
615
Profile* profile = Profile::
FromWebUI
(lock_web_ui);
[
all
...]
Completed in 634 milliseconds
1
2
3
4
5
6