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

  /external/chromium_org/ui/views/
view_unittest.cc 1869 TestView top_view; local
1957 TestView top_view; local
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 42 // id in |top_view|, and the child id requested, return the native
44 // |top_view|'s view hierarchy, if any.
45 IAccessible* GetAccessibleFromWebView(View* top_view, long child_id);
112 View* top_view, long child_id) {
116 if (last_top_view_ == top_view) {
130 if (top_view == web_view || !top_view->Contains(web_view))
134 last_top_view_ = top_view;
    [all...]

Completed in 296 milliseconds