/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_view_unittest.mm | 50 // accidentally hit a subview when trying to simulate a click in the
|
/external/chromium_org/ui/app_list/cocoa/ |
signin_view_controller_unittest.mm | 92 // The first subview that acceptFirstResponder should be the signin button,
|
app_list_view_controller_unittest.mm | 133 // There should be just 1, visible subview when signed in.
|
apps_grid_controller_unittest.mm | 197 NSView* subview = [subviews objectAtIndex:0]; 200 SimulateClick(subview); 216 NSView* subview = [subviews objectAtIndex:0]; 218 SimulateClick(subview); [all...] |
/packages/inputmethods/OpenWnn/res/layout/ |
keyboard_default_sub.xml | 18 android:id="@+id/subview"
|
/external/chromium/chrome/browser/resources/net_internals/ |
detailsview.js | 97 * Subview that is displayed in the log tab. 114 * Subview that is displayed in the timeline tab.
|
/external/chromium/chrome/browser/ui/cocoa/ |
dev_tools_controller.mm | 161 shouldAdjustSizeOfSubview:(NSView *)subview { 166 if ([[splitView_ subviews] indexOfObject:subview] == 1)
|
sidebar_controller.mm | 170 shouldAdjustSizeOfSubview:(NSView *)subview { 173 if ([[splitView_ subviews] indexOfObject:subview] == 1)
|
page_info_bubble_controller.mm | 53 // This simple NSView subclass is used as the single subview of the page info 233 // Insert the image subview for sections that are appropriate.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
dev_tools_controller.mm | 187 shouldAdjustSizeOfSubview:(NSView *)subview { 192 if ([[splitView_ subviews] indexOfObject:subview] == 1)
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_titlebar_view_cocoa.h | 59 // when view is destroyed, as a subview.
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details.h | 130 // visibility of the subview for cookie-specific information has a different 132 // this subview is shown when there is no selection in the cookie tree,
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_details.h | 132 // visibility of the subview for cookie-specific information has a different 134 // this subview is shown when there is no selection in the cookie tree,
|
/packages/apps/Browser/src/com/android/browser/ |
BaseUi.java | 409 * it sets both the subView and subViewContainer for the given tab 411 * @param subView webview to be set as a subwindow for the tab 414 public void createSubWindow(Tab tab, WebView subView) { 419 inner.addView(subView, new LayoutParams(LayoutParams.MATCH_PARENT, 423 final WebView cancelSubView = subView; 430 tab.setSubWebView(subView);
|
TabControl.java | 566 final WebView subview = t.getSubWebView(); local 567 if (subview != null) { 568 subview.stopLoading();
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.mm | 57 // This is an NSTextView which is installed as a subview of the 127 // NSText subview, which will receive the -mouseDown: in that 293 // subview. Clicks outside the field editor (such as a decoration)
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.mm | 58 // This is an NSTextView which is installed as a subview of the 125 // NSText subview, which will receive the -mouseDown: in that 343 // subview. Clicks outside the field editor (such as a decoration)
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_details_container.mm | 149 // firstResponder is a subview of the NSTextField, not the field itself.
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.h | 149 // subview with a role of STATIC_TEXT.
|
/external/chromium_org/ui/base/cocoa/ |
underlay_opengl_hosting_window.mm | 15 // Normally, punching a hole in a window by painting a subview with a
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_mac.mm | 117 // loop set on the window doesn't set the next key view when the subview is 419 // subview.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_mac.mm | 321 // loop set on the window doesn't set the next key view when the subview is 462 // subview.
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.mm | 159 // Add the original window's content view as a subview of the overlay
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.mm | 141 // window. The content view is added as a subview of the overlay window's
|
/external/chromium_org/ui/views/controls/menu/ |
submenu_view.h | 145 // Automatically resize menu if a subview's preferred size changes.
|