HomeSort by relevance Sort by last modified time
    Searched defs:AppWindowContentsImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/apps/
app_window_contents.cc 26 AppWindowContentsImpl::AppWindowContentsImpl(AppWindow* host) : host_(host) {}
28 AppWindowContentsImpl::~AppWindowContentsImpl() {}
30 void AppWindowContentsImpl::Initialize(content::BrowserContext* context,
47 void AppWindowContentsImpl::LoadContents(int32 creator_process_id) {
77 void AppWindowContentsImpl::NativeWindowChanged(
93 void AppWindowContentsImpl::NativeWindowClosed() {
98 void AppWindowContentsImpl::DispatchWindowShownForTests() const {
109 content::WebContents* AppWindowContentsImpl::GetWebContents() const
    [all...]
app_window_contents.h 32 class AppWindowContentsImpl
38 explicit AppWindowContentsImpl(AppWindow* host);
39 virtual ~AppWindowContentsImpl();
76 DISALLOW_COPY_AND_ASSIGN(AppWindowContentsImpl);

Completed in 57 milliseconds