Searched refs:GetWindowTypeText (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_extension_window_controller.h23 virtual std::string GetWindowTypeText() const OVERRIDE;
H A Dwindow_controller.cc36 result->SetString(keys::kWindowTypeKey, GetWindowTypeText());
H A Dwindow_controller.h55 virtual std::string GetWindowTypeText() const = 0;
H A Dbrowser_extension_window_controller.cc34 std::string BrowserExtensionWindowController::GetWindowTypeText() const { function in class:BrowserExtensionWindowController
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc41 virtual std::string GetWindowTypeText() const OVERRIDE;
75 std::string AshPanelWindowController::GetWindowTypeText() const { function in class:AshPanelWindowController
H A Dtabs_api.cc975 browser->extension_window_controller()->GetWindowTypeText()) {
/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module.cc81 static std::string GetWindowTypeText(Browser::Type type);
171 result->SetString(keys::kWindowTypeKey, GetWindowTypeText(browser->type()));
1350 static std::string GetWindowTypeText(Browser::Type type) { function
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc55 virtual std::string GetWindowTypeText() const OVERRIDE;
86 std::string PanelExtensionWindowController::GetWindowTypeText() const { function in class:panel_internal::PanelExtensionWindowController

Completed in 151 milliseconds