Home
last modified time | relevance | path

Searched refs:GetAssociatedWebUI (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dscreen_locker_delegate.cc21 content::WebUI* ScreenLockerDelegate::GetAssociatedWebUI() { in GetAssociatedWebUI() function in chromeos::ScreenLockerDelegate
Dscreen_locker_delegate.h74 virtual content::WebUI* GetAssociatedWebUI();
Dscreen_locker.cc194 Profile::FromWebUI(GetAssociatedWebUI()), in Init()
466 content::WebUI* ScreenLocker::GetAssociatedWebUI() { in GetAssociatedWebUI() function in chromeos::ScreenLocker
467 return delegate_->GetAssociatedWebUI(); in GetAssociatedWebUI()
Dscreen_locker.h111 content::WebUI* GetAssociatedWebUI();
Dwebui_screen_locker.h70 virtual content::WebUI* GetAssociatedWebUI() OVERRIDE;
Dwebui_screen_locker.cc136 content::WebUI* WebUIScreenLocker::GetAssociatedWebUI() { in GetAssociatedWebUI() function in chromeos::WebUIScreenLocker
/external/chromium_org/chrome/browser/chromeos/accessibility/
Daccessibility_manager.cc520 content::WebUI* lock_web_ui = screen_locker->GetAssociatedWebUI(); in LoadChromeVoxToLockScreen()