Searched defs:BrowserWindow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h63 // BrowserWindow interface
70 class BrowserWindow : public ui::BaseWindow { class in inherits:ui::BaseWindow
72 virtual ~BrowserWindow() {}
298 // Allows the BrowserWindow object to handle the specified keyboard event
307 // Allows the BrowserWindow object to handle the specified keyboard event,
352 // Construct a BrowserWindow implementation for the specified |browser|.
353 static BrowserWindow* CreateBrowserWindow(Browser* browser);
424 // A BrowserWindow utility interface used for accessing elements of the browser

Completed in 163 milliseconds