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

/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_contents.h27 class AppWindowContentsImpl : public AppWindowContents, class in namespace:extensions
31 explicit AppWindowContentsImpl(AppWindow* host);
32 virtual ~AppWindowContentsImpl();
60 DISALLOW_COPY_AND_ASSIGN(AppWindowContentsImpl);
H A Dapp_window_contents.cc23 AppWindowContentsImpl::AppWindowContentsImpl(AppWindow* host) : host_(host) {} function in class:extensions::AppWindowContentsImpl
25 AppWindowContentsImpl::~AppWindowContentsImpl() {}
27 void AppWindowContentsImpl::Initialize(content::BrowserContext* context,
44 void AppWindowContentsImpl::LoadContents(int32 creator_process_id) {
63 void AppWindowContentsImpl::NativeWindowChanged(
79 void AppWindowContentsImpl::NativeWindowClosed() {
84 void AppWindowContentsImpl::DispatchWindowShownForTests() const {
95 content::WebContents* AppWindowContentsImpl
[all...]

Completed in 694 milliseconds