HomeSort by relevance Sort by last modified time
    Searched refs:UberFrameUI (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/uber/
uber_ui.h 49 class UberFrameUI : public content::NotificationObserver,
52 explicit UberFrameUI(content::WebUI* web_ui);
53 virtual ~UberFrameUI();
63 DISALLOW_COPY_AND_ASSIGN(UberFrameUI);
uber_ui.cc 185 // UberFrameUI
187 UberFrameUI::UberFrameUI(content::WebUI* web_ui) : WebUIController(web_ui) {
198 UberFrameUI::~UberFrameUI() {
201 void UberFrameUI::Observe(int type, const content::NotificationSource& source,
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc 365 return &NewWebUI<UberFrameUI>;

Completed in 57 milliseconds