Home
last modified time | relevance | path

Searched refs:AshPanelWindowController (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc32 class AshPanelWindowController : public extensions::WindowController { class
34 AshPanelWindowController(ShellWindow* window, Profile* profile);
35 virtual ~AshPanelWindowController();
56 DISALLOW_COPY_AND_ASSIGN(AshPanelWindowController);
59 AshPanelWindowController::AshPanelWindowController( in AshPanelWindowController() function in AshPanelWindowController
67 AshPanelWindowController::~AshPanelWindowController() { in ~AshPanelWindowController()
71 int AshPanelWindowController::GetWindowId() const { in GetWindowId()
75 std::string AshPanelWindowController::GetWindowTypeText() const { in GetWindowTypeText()
79 base::DictionaryValue* AshPanelWindowController::CreateWindowValueWithTabs( in CreateWindowValueWithTabs()
92 base::DictionaryValue* AshPanelWindowController::CreateTabValue( in CreateTabValue()
[all …]
Dash_panel_contents.h17 class AshPanelWindowController; variable
71 scoped_ptr<AshPanelWindowController> window_controller_;