AppWindowContentsImpl   26 apps/app_window_contents.cc AppWindowContentsImpl::AppWindowContentsImpl(AppWindow* host) : host_(host) {}
AppWindowContentsImpl   28 apps/app_window_contents.cc AppWindowContentsImpl::~AppWindowContentsImpl() {}
AppWindowContentsImpl   30 apps/app_window_contents.cc void AppWindowContentsImpl::Initialize(content::BrowserContext* context,
AppWindowContentsImpl   47 apps/app_window_contents.cc void AppWindowContentsImpl::LoadContents(int32 creator_process_id) {
AppWindowContentsImpl   77 apps/app_window_contents.cc void AppWindowContentsImpl::NativeWindowChanged(
AppWindowContentsImpl   93 apps/app_window_contents.cc void AppWindowContentsImpl::NativeWindowClosed() {
AppWindowContentsImpl   98 apps/app_window_contents.cc content::WebContents* AppWindowContentsImpl::GetWebContents() const {
AppWindowContentsImpl  102 apps/app_window_contents.cc void AppWindowContentsImpl::Observe(
AppWindowContentsImpl  123 apps/app_window_contents.cc bool AppWindowContentsImpl::OnMessageReceived(const IPC::Message& message) {
AppWindowContentsImpl  125 apps/app_window_contents.cc   IPC_BEGIN_MESSAGE_MAP(AppWindowContentsImpl, message)
AppWindowContentsImpl  135 apps/app_window_contents.cc AppWindowContentsImpl::GetExtensionWindowController() const {
AppWindowContentsImpl  139 apps/app_window_contents.cc content::WebContents* AppWindowContentsImpl::GetAssociatedWebContents() const {
AppWindowContentsImpl  143 apps/app_window_contents.cc void AppWindowContentsImpl::OnRequest(
AppWindowContentsImpl  149 apps/app_window_contents.cc void AppWindowContentsImpl::UpdateDraggableRegions(
AppWindowContentsImpl  154 apps/app_window_contents.cc void AppWindowContentsImpl::SuspendRenderViewHost(
AppWindowContentsImpl   32 apps/app_window_contents.h class AppWindowContentsImpl
AppWindowContentsImpl   38 apps/app_window_contents.h   explicit AppWindowContentsImpl(AppWindow* host);
AppWindowContentsImpl   39 apps/app_window_contents.h   virtual ~AppWindowContentsImpl();
AppWindowContentsImpl   75 apps/app_window_contents.h   DISALLOW_COPY_AND_ASSIGN(AppWindowContentsImpl);
AppWindowContentsImpl  198 chrome/browser/apps/app_browsertest_util.cc       GURL(std::string()), new apps::AppWindowContentsImpl(window), params);
AppWindowContentsImpl  272 chrome/browser/extensions/api/app_window/app_window_api.cc       url, new apps::AppWindowContentsImpl(app_window), create_params);
AppWindowContentsImpl  772 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         GURL(std::string()), new apps::AppWindowContentsImpl(window_), params);