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

  /external/chromium_org/apps/
app_window.cc 260 app_window_contents_.reset(app_window_contents);
261 app_window_contents_->Initialize(browser_context(), url);
262 WebContents* web_contents = app_window_contents_->GetWebContents();
336 app_window_contents_->LoadContents(new_params.creator_process_id);
500 if (app_window_contents_) {
501 WebContents* web_contents = app_window_contents_->GetWebContents();
504 app_window_contents_->NativeWindowClosed();
520 if (app_window_contents_ && native_app_window_)
521 app_window_contents_->NativeWindowChanged(native_app_window_.get());
529 return app_window_contents_->GetWebContents()
    [all...]
app_window.h 341 return app_window_contents_.get();
527 scoped_ptr<AppWindowContents> app_window_contents_; member in class:apps::AppWindow

Completed in 204 milliseconds