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

/external/chromium_org/chrome/browser/extensions/
H A Dwindow_controller.cc17 // WindowController
19 WindowController::WindowController(ui::BaseWindow* window, Profile* profile) function in class:extensions::WindowController
23 WindowController::~WindowController() {
26 Browser* WindowController::GetBrowser() const {
32 base::DictionaryValue* WindowController::CreateWindowValue() const {
H A Dwindow_controller.h37 class WindowController { class in namespace:extensions
44 WindowController(ui::BaseWindow* window, Profile* profile);
45 virtual ~WindowController();
90 DISALLOW_COPY_AND_ASSIGN(WindowController);

Completed in 114 milliseconds