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 52 class UberFrameUI : public content::NotificationObserver,
55 explicit UberFrameUI(content::WebUI* web_ui);
56 virtual ~UberFrameUI();
66 DISALLOW_COPY_AND_ASSIGN(UberFrameUI);
uber_ui.cc 208 // UberFrameUI
210 UberFrameUI::UberFrameUI(content::WebUI* web_ui) : WebUIController(web_ui) {
222 UberFrameUI::~UberFrameUI() {
225 void UberFrameUI::Observe(int type, const content::NotificationSource& source,

Completed in 43 milliseconds