Home | History | Annotate | Download | only in apps

Lines Matching defs:AppWindowContentsImpl

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 {
113 void AppWindowContentsImpl::Observe(
134 bool AppWindowContentsImpl::OnMessageReceived(const IPC::Message& message) {
136 IPC_BEGIN_MESSAGE_MAP(AppWindowContentsImpl, message)
146 AppWindowContentsImpl::GetExtensionWindowController() const {
150 content::WebContents* AppWindowContentsImpl::GetAssociatedWebContents() const {
154 void AppWindowContentsImpl::OnRequest(
160 void AppWindowContentsImpl::UpdateDraggableRegions(
165 void AppWindowContentsImpl::SuspendRenderViewHost(