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 56 // BrowserWindow interface
63 class BrowserWindow : public ui::BaseWindow {
65 virtual ~BrowserWindow() {}
277 // Allows the BrowserWindow object to handle the specified keyboard event
286 // Allows the BrowserWindow object to handle the specified keyboard event,
337 // Construct a BrowserWindow implementation for the specified |browser|.
338 static BrowserWindow* CreateBrowserWindow(Browser* browser);
377 // A BrowserWindow utility interface used for accessing elements of the browser

Completed in 155 milliseconds