Home | History | Annotate | Download | only in widget

Lines Matching defs:RootView

145 const char RootView::kViewClassName[] = "RootView";
148 // RootView, public:
152 RootView::RootView(Widget* widget)
175 RootView::~RootView() {
184 void RootView::SetContentsView(View* contents_view) {
196 // calling the widget's size changed handler, since the RootView's bounds may
201 View* RootView::GetContentsView() {
205 void RootView::NotifyNativeViewHierarchyChanged() {
211 void RootView::SetFocusTraversableParent(FocusTraversable* focus_traversable) {
216 void RootView::SetFocusTraversableParentView(View* view) {
222 void RootView::ThemeChanged() {
226 void RootView::LocaleChanged() {
231 // RootView, FocusTraversable implementation:
233 FocusSearch* RootView::GetFocusSearch() {
237 FocusTraversable* RootView::GetFocusTraversableParent() {
241 View* RootView::GetFocusTraversableParentView() {
246 // RootView, ui::EventProcessor overrides:
248 ui::EventTarget* RootView::GetRootTarget() {
252 ui::EventDispatchDetails RootView::OnEventFromSource(ui::Event* event) {
267 // Then RootView::OnEventFromSource() can be removed.
295 NOTREACHED() << "Touch events should not be sent to RootView.";
303 void RootView::OnEventProcessingFinished(ui::Event* event) {
315 // RootView, View overrides:
317 const Widget* RootView::GetWidget() const {
321 Widget* RootView::GetWidget() {
322 return const_cast<Widget*>(const_cast<const RootView*>(this)->GetWidget());
325 bool RootView::IsDrawn() const {
329 void RootView::Layout() {
334 const char* RootView::GetClassName() const {
338 void RootView::SchedulePaintInRect(const gfx::Rect& rect) {
349 bool RootView::OnMousePressed(const ui::MouseEvent& event) {
431 bool RootView::OnMouseDragged(const ui::MouseEvent& event) {
445 void RootView::OnMouseReleased(const ui::MouseEvent& event) {
462 void RootView::OnMouseCaptureLost() {
488 void RootView::OnMouseMoved(const ui::MouseEvent& event) {
551 void RootView::OnMouseExited(const ui::MouseEvent& event) {
564 bool RootView::OnMouseWheel(const ui::MouseWheelEvent& event) {
577 void RootView::SetMouseHandler(View* new_mh) {
585 void RootView::GetAccessibleState(ui::AXViewState* state) {
590 void RootView::UpdateParentLayer() {
596 // RootView, protected:
598 void RootView::ViewHierarchyChanged(
616 void RootView::VisibilityChanged(View* /*starting_from*/, bool is_visible) {
630 void RootView::OnPaint(gfx::Canvas* canvas) {
637 gfx::Vector2d RootView::CalculateOffsetToAncestorWithLayer(
645 View::DragInfo* RootView::GetDragInfo() {
650 // RootView, private:
654 void RootView::UpdateCursor(const ui::MouseEvent& event) {
662 void RootView::SetMouseLocationAndFlags(const ui::MouseEvent& event) {
668 void RootView::NotifyEnterExitOfDescendant(const ui::MouseEvent& event,
689 bool RootView::CanDispatchToTarget(ui::EventTarget* target) {
693 ui::EventDispatchDetails RootView::PreDispatchEvent(ui::EventTarget* target,
717 ui::EventDispatchDetails RootView::PostDispatchEvent(ui::EventTarget* target,