Home
last modified time | relevance | path

Searched refs:AshPanelContents (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc163 AshPanelContents::AshPanelContents(ShellWindow* host) in AshPanelContents() function in AshPanelContents
167 AshPanelContents::~AshPanelContents() { in ~AshPanelContents()
170 void AshPanelContents::Initialize(Profile* profile, const GURL& url) { in Initialize()
196 void AshPanelContents::LoadContents(int32 creator_process_id) { in LoadContents()
206 void AshPanelContents::NativeWindowChanged(NativeAppWindow* native_app_window) { in NativeWindowChanged()
211 void AshPanelContents::NativeWindowClosed() { in NativeWindowClosed()
214 content::WebContents* AshPanelContents::GetWebContents() const { in GetWebContents()
218 void AshPanelContents::FaviconUpdated() { in FaviconUpdated()
224 bool AshPanelContents::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
226 IPC_BEGIN_MESSAGE_MAP(AshPanelContents, message) in OnMessageReceived()
[all …]
Dash_panel_contents.h33 class AshPanelContents : public apps::ShellWindowContents,
38 explicit AshPanelContents(apps::ShellWindow* host);
39 virtual ~AshPanelContents();
74 DISALLOW_COPY_AND_ASSIGN(AshPanelContents);
Dtabs_api.cc533 AshPanelContents* ash_panel_contents = new AshPanelContents(shell_window); in RunImpl()