HomeSort by relevance Sort by last modified time
    Searched defs:UberFrameUI (Results 1 - 2 of 2) 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,

Completed in 29 milliseconds