HomeSort by relevance Sort by last modified time
    Searched defs:BrowserWindow (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/
browser_window.h 43 // BrowserWindow interface
47 class BrowserWindow {
49 virtual ~BrowserWindow() {}
281 // Allows the BrowserWindow object to handle the specified keyboard event
289 // Allows the BrowserWindow object to handle the specified keyboard event,
334 // Construct a BrowserWindow implementation for the specified |browser|.
335 static BrowserWindow* CreateBrowserWindow(Browser* browser);
355 // A BrowserWindow utility interface used for accessing elements of the browser
  /external/chromium_org/chrome/browser/ui/
browser_window.h 59 // BrowserWindow interface
66 class BrowserWindow : public ui::BaseWindow {
68 virtual ~BrowserWindow() {}
296 // Allows the BrowserWindow object to handle the specified keyboard event
305 // Allows the BrowserWindow object to handle the specified keyboard event,
353 // Construct a BrowserWindow implementation for the specified |browser|.
354 static BrowserWindow* CreateBrowserWindow(Browser* browser);
404 // A BrowserWindow utility interface used for accessing elements of the browser

Completed in 81 milliseconds