HomeSort by relevance Sort by last modified time
    Searched full:subview (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_unittest.mm 563 // Add a subview to the sidebar view to mimic what happens when a tab is added
565 // subviews is non-opaque, so the test will not pass without this subview.
581 // Add a fake subview to devToolsView to emulate docked devTools.
browser_window_controller.mm     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.mm 681 for (NSView* subview in subviews.get())
682 if ([subview isKindOfClass:[ControlRegionView class]])
683 [subview removeFromSuperview];
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 196 // Returns the index of the subview |view|. Returns -1 if not present. Takes
tab_strip_controller.mm 641 // Returns the index of the subview |view|. Returns -1 if not present. Takes
658 // Returns the index of the contents subview |view|. Returns -1 if not present.
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 190 // Returns the index of the subview |view|. Returns -1 if not present. Takes
tab_strip_controller.mm 793 // Returns the index of the subview |view|. Returns -1 if not present. Takes
810 // Returns the index of the contents subview |view|. Returns -1 if not present
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 161 * The view id of the AppWidget subview which should be auto-advanced by the widget's host.
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm 550 for (NSView* subview in [cocoa_view_ subviews]) {
551 if ([subview isKindOfClass:[RenderWidgetHostViewCocoa class]]) {
552 [static_cast<RenderWidgetHostViewCocoa*>(subview)
554 } else if ([subview isKindOfClass:[AcceleratedPluginView class]]) {
555 [static_cast<AcceleratedPluginView*>(subview)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
website_settings_bubble_controller.mm 793 // Add an image as a subview of the given view, placed at a pre-determined x
806 // Add a separator as a subview of the given view. Return the new view.
    [all...]
browser_window_controller_unittest.mm 642 // Add a fake subview to devToolsView to emulate docked devTools.
    [all...]
browser_window_controller.mm     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.mm 311 // The AutocompleteMatrix will always be the first subview of the popup's
  /external/chromium/chrome/browser/instant/
instant_controller.cc 330 // Walk up the view hierarchy. If the view gaining focus is a subview of the
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 316 for (NSView* subView in [parent_view_ subviews])
317 [subView removeFromSuperview];
    [all...]
bookmark_bar_folder_controller.mm 167 // and scrolling along with the other current window and subview layout
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
Controller.java 408 WebView subView = mFactory.createWebView((mainView == null)
411 mUi.createSubWindow(tab, subView);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.mm 455 // Disable subview resizing while resizing the window to avoid renderer
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller_unittest.mm 285 for (NSView* subView in [parent_view_ subviews])
286 [subView removeFromSuperview];
    [all...]
bookmark_bar_folder_controller.mm 160 // and scrolling along with the other current window and subview layout
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.0.jd 264 app widget subview that should be auto-advanced by the app widget?s host. The
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 150 * use a {@link LinearLayout} subview to hold the components in the associated cell group.
    [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 265 app widget subview that should be auto-advanced by the widget's host. Introduced in Android 3.0.</li>
    [all...]

Completed in 1921 milliseconds

1 23 4