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

  /external/chromium_org/apps/
shell_window.cc 185 native_app_window_.reset(delegate_->CreateNativeAppWindow(this, new_params));
332 native_app_window_->HandleKeyboardEvent(event);
368 if (shell_window_contents_ && native_app_window_)
369 shell_window_contents_->NativeWindowChanged(native_app_window_.get());
381 return native_app_window_.get();
389 gfx::Rect bounds = native_app_window_->GetBounds();
390 bounds.Inset(native_app_window_->GetFrameInsets());
428 native_app_window_->UpdateShape(region.Pass());
433 native_app_window_->UpdateDraggableRegions(regions);
440 native_app_window_->UpdateWindowIcon()
    [all...]
shell_window.h 484 scoped_ptr<NativeAppWindow> native_app_window_; member in class:apps::ShellWindow

Completed in 101 milliseconds