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

  /external/chromium_org/chrome/browser/ui/cocoa/
nsview_additions.h 24 // Ensures that the z-order of |subview| is correct relative to |otherView|.
25 - (void)cr_ensureSubview:(NSView*)subview
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 566 final WebView subview = t.getSubWebView(); local
567 if (subview != null) {
568 subview.stopLoading();

Completed in 372 milliseconds