/external/chromium_org/ash/frame/ |
frame_border_hit_test_controller.h | 34 // Does the non client hit test on behalf of |view|. |point_in_widget| must be 35 // in the coordinates of |view|'s widget. 37 views::NonClientFrameView* view,
|
/external/chromium_org/ash/system/tray/ |
fixed_sized_scroll_view.h | 14 // A custom scroll-view that has a specified dimension. 20 void SetContentsView(views::View* view); 22 // Change the fixed size of the view. Invalidates the layout (by calling 28 // Overridden from views::View: 33 // Overridden from views::View:
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
dev_tools_controller.h | 21 // A class that handles updates of the devTools view within a browser window. 23 // the view, if there's no devTools contents to show. 26 // A view hosting docked devTools contents. 34 // This controller's view. 35 - (NSView*)view;
|
first_run_bubble_controller.h | 21 + (FirstRunBubbleController*) showForView:(NSView*)view
|
history_overlay_controller.h | 19 // The HistoryOverlayController manages a view that is inserted atop the web 25 // Strongly typed reference of self.view. 27 // The view above which self.view is inserted as a subview. 34 // Shows the shield above |view|. 35 - (void)showPanelForView:(NSView*)view; 43 // Fades the shield out and removes it from the view hierarchy.
|
l10n_util.h | 15 // Helper for tweaking views. If view is a: 19 NSSize WrapOrSizeToFit(NSView* view); 22 // the latter ones down to prevent overlaps. Returns the vertical delta in view
|
/external/chromium_org/chrome/browser/ui/passwords/ |
manage_passwords_test.cc | 55 controller()->UpdateIconAndBubbleState(view()); 69 controller()->UpdateIconAndBubbleState(view()); 83 controller()->UpdateIconAndBubbleState(view()); 91 controller()->UpdateIconAndBubbleState(view());
|
manage_passwords_test.h | 17 // Test class for the various password management view bits and pieces. Sets 30 // Get the icon view for the current WebContents. 31 virtual ManagePasswordsIcon* view() = 0;
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_linux.h | 41 static void MoveNearCursor(app_list::AppListView* view);
|
app_list_service_linux.h | 35 virtual void MoveNearCursor(app_list::AppListView* view) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_view_tester_views.cc | 20 AutofillDialogView* view) { 22 AutofillDialogViewTesterViews(static_cast<AutofillDialogViews*>(view))); 26 AutofillDialogViews* view) 27 : view_(view) {}
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view_linux.h | 22 OpaqueBrowserFrameView* view,
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_background.h | 21 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
permission_bubble_view.h | 30 virtual void SetView(PermissionBubbleView* view) = 0; 42 // Important: the view must not store any of the request objects it receives 49 // Returns true if the view can accept a new Show() command to coalesce 50 // requests. Currently the policy is that this should return true if the view 51 // is being shown and the mouse is not over the view area (!IsMouseHovered).
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_overscroll_animator_mac.h | 46 - (void)addRenderWidgetHostNativeView:(NSView*)view;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
GamepadDevice.java | 8 import android.view.InputDevice; 9 import android.view.InputDevice.MotionRange; 10 import android.view.KeyEvent; 11 import android.view.MotionEvent;
|
/external/chromium_org/mojo/services/native_viewport/android/src/org/chromium/mojo/ |
PlatformViewportAndroid.java | 9 import android.view.MotionEvent; 10 import android.view.Surface; 11 import android.view.SurfaceHolder; 12 import android.view.SurfaceView;
|
/external/chromium_org/ppapi/tests/ |
test_flash_fullscreen.h | 26 virtual void DidChangeView(const pp::View& view);
|
test_mouse_lock.h | 23 virtual void DidChangeView(const pp::View& view);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFlowThread.cpp | 77 CurrentRenderFlowThreadDisabler(RenderView* view) 78 : m_view(view) 83 view->flowThreadController()->setCurrentRenderFlowThread(0); 155 if (view()->document().printing() || r.isEmpty()) 168 CurrentRenderFlowThreadDisabler disabler(view()); 304 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); 320 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); 337 LayoutState* layoutState = view()->layoutState(); 385 RenderView* view = m_renderFlowThread->view(); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_program.h | 58 struct pipe_sampler_view *view; member in struct:program
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
video_render_ios_channel.mm | 19 VideoRenderIosChannel::VideoRenderIosChannel(VideoRenderIosView* view) 20 : view_(view),
|
/external/chromium_org/ui/app_list/views/ |
search_result_list_view.h | 13 #include "ui/views/view.h" 30 class APP_LIST_EXPORT SearchResultListView : public views::View, 46 void SearchResultActivated(SearchResultView* view, int event_flags); 48 void SearchResultActionActivated(SearchResultView* view, 52 void OnSearchResultInstalled(SearchResultView* view); 54 void OnSearchResultUninstalled(SearchResultView* view); 56 // Overridden from views::View: 80 // Overridden from views::View: 84 views::View* starting_from, bool is_visible) OVERRIDE; 100 views::View* results_container_ [all...] |
/external/chromium_org/ui/gfx/test/ |
ui_cocoa_test_helper.h | 104 // A macro defining a standard set of tests to run on a view. Since we can't 106 // displaying the view to make sure it won't crash, as well as removing it 111 base::scoped_nsobject<NSView> view([test_view retain]); \ 112 EXPECT_EQ([test_window() contentView], [view superview]); \ 113 [view removeFromSuperview]; \ 114 EXPECT_FALSE([view superview]); \
|
/external/chromium_org/ui/snapshot/ |
snapshot_android.cc | 21 bool GrabViewSnapshot(gfx::NativeView view, 25 view->GetWindowAndroid(), png_representation, snapshot_bounds); 86 gfx::NativeView view, 91 view->GetWindowAndroid(), source_rect, background_task_runner, callback);
|