HomeSort by relevance Sort by last modified time
    Searched defs:parent_view (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_mac.h 18 NSView* parent_view,
31 NSView* parent_view() { return parent_view_; } function in class:content::BrowserAccessibilityManagerMac
  /external/chromium_org/ui/views/widget/
root_view_unittest.cc 190 View* parent_view = new View; local
191 parent_view->set_context_menu_controller(&controller);
192 widget.SetContentsView(parent_view);
196 parent_view->AddChildView(gesture_handling_child_view);
200 parent_view->AddChildView(other_child_view);
202 // |parent_view| should not show a context menu as a result of a long press on
221 // |parent_view| should show a context menu as a result of a long press on
240 // |parent_view| should show a context menu as a result of a long press on
274 View* parent_view = new View; local
275 parent_view->set_context_menu_controller(&controller)
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 680 View* parent_view = view_->parent(); local
682 if (!parent_view) {
692 *disp_parent = parent_view->GetNativeViewAccessible();
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 1889 TestView parent_view; local
1935 TestView* parent_view = new TestView; local
    [all...]

Completed in 257 milliseconds