HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1151 - 1175 of 7837) sorted by null

<<41424344454647484950>>

  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 16 void FixedSizedScrollView::SetContentsView(views::View* view) {
17 SetContents(view);
18 view->SetBoundsRect(gfx::Rect(view->GetPreferredSize()));
  /external/chromium_org/ash/test/
app_list_controller_test_api.h 26 // Gets the root level apps grid view.
29 app_list::AppListView* view();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NativePage.java 7 import android.view.View;
14 * @return The View to display the page. This is always non-null.
16 View getView();
44 * Called after a page has been removed from the view hierarchy and will no longer be used.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuButtonHelper.java 7 import android.view.MotionEvent;
8 import android.view.View;
9 import android.view.View.OnTouchListener;
21 private final View mMenuButton;
29 public AppMenuButtonHelper(View menuButton, AppMenuHandler menuHandler) {
80 public boolean onTouch(View view, MotionEvent event) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuPopulator.java 8 import android.view.ContextMenu;
  /external/chromium_org/chrome/browser/download/
drag_download_item_views.cc 33 gfx::NativeView view) {
60 aura::Window* root_window = view->GetRootWindow();
64 gfx::Point location = gfx::Screen::GetScreenFor(view)->GetCursorScreenPoint();
69 view,
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h 25 gfx::NativeView view,
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer_pong.h 18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_unittest.cc 195 TestingOmniboxView view(&controller);
204 OmniboxEditModel model(&view, &controller, &profile);
227 TestingOmniboxView view(&controller);
236 OmniboxEditModel model(&view, &controller, &profile);
238 // Test if the model updates the inline autocomplete text in the view.
239 EXPECT_EQ(base::string16(), view.inline_autocomplete_text());
242 EXPECT_EQ(UTF8ToUTF16("hello"), view.GetText());
243 EXPECT_EQ(UTF8ToUTF16("llo"), view.inline_autocomplete_text());
247 EXPECT_EQ(base::string16(), view.inline_autocomplete_text());
249 EXPECT_EQ(UTF8ToUTF16("hello"), view.GetText())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.h 34 static void MoveNearCursor(app_list::AppListView* view);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.h 23 explicit RenderWidgetHostViewMacDictionaryHelper(RenderWidgetHostView* view);
25 // Overrides the view to use to bring up dictionary panel.
37 // This class shows definition for this view.
39 // This view is use to bring up the dictionary panel. Generally this is the
40 // same as |view_|. One can override the view to use via SetTargetView().
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ViewPositionObserver.java 7 import android.view.View;
8 import android.view.ViewTreeObserver;
13 * Used to register listeners that can be notified of changes to the position of a view.
16 private View mView;
17 // Absolute position of the container view relative to its parent window.
24 * @param view The view to observe.
26 public ViewPositionObserver(View view) {
    [all...]
  /external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/
ContentBrowserTestsActivity.java 11 import android.view.LayoutInflater;
12 import android.view.View;
46 View view = inflater.inflate(R.layout.test_activity, null); local
47 mShellManager = (ShellManager) view.findViewById(R.id.shell_container);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TouchInputHandler.java 7 import android.view.MotionEvent;
24 * Processes a touch event. This should be called by the View in its onTouchEvent() handler.
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.cpp 36 ASSERT(frame && frame->view() && frame->document());
37 int viewportWidth = frame->view()->layoutSize(IncludeScrollbars).width();
43 ASSERT(frame && frame->view() && frame->document());
44 int viewportHeight = frame->view()->layoutSize(IncludeScrollbars).height();
50 ASSERT(frame && frame->view() && frame->settings() && frame->host());
51 int deviceWidth = static_cast<int>(screenRect(frame->view()).width());
59 ASSERT(frame && frame->view() && frame->settings() && frame->host());
60 int deviceHeight = static_cast<int>(screenRect(frame->view()).height());
81 || screenIsMonochrome(frame->page()->deprecatedLocalMainFrame()->view()))
83 return screenDepthPerComponent(frame->view());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
CompositionEvent.cpp 43 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines)
44 : UIEvent(type, true, true, view, 0)
65 void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data)
70 initUIEvent(type, canBubble, cancelable, view, 0);
UIEvent.h 38 RefPtrWillBeMember<AbstractView> view; member in struct:blink::UIEventInit
49 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail)
51 return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail));
61 AbstractView* view() const { return m_view.get(); } function in class:blink::UIEvent
UIEvent.idl 23 [InitializedByEventConstructor] readonly attribute Window? view;
29 [Default=Undefined] optional Window view,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 216 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); local
218 if (view) {
219 *view = *templ;
220 view->reference.count = 1;
221 view->texture = NULL;
222 pipe_resource_reference(&view->texture, texture);
223 view->context = pipe;
226 return view;
232 struct pipe_sampler_view *view)
234 pipe_resource_reference(&view->texture, NULL)
265 struct pipe_sampler_view *view = i < num ? views[i] : NULL; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
SkUIView.h 21 // Called when the view needs to handle adding an SkOSMenu
22 - (void) view:(SkUIView*)view didAddMenu:(const SkOSMenu*)menu;
23 - (void) view:(SkUIView*)view didUpdateMenu:(SkOSMenu*)menu;
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 17 // Called when the view needs to handle adding an SkOSMenu
18 - (void) view:(SkNSView*)view didAddMenu:(const SkOSMenu*)menu;
19 - (void) view:(SkNSView*)view didUpdateMenu:(const SkOSMenu*)menu;
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_channel.h 23 explicit VideoRenderIosChannel(VideoRenderIosView* view);
  /external/chromium_org/ui/app_list/views/
app_list_background.h 13 class View;
29 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
  /external/chromium_org/ui/app_list/views/test/
apps_grid_view_test_api.h 11 class View;
22 explicit AppsGridViewTestApi(AppsGridView* view);
25 views::View* GetViewAtModelIndex(int index) const;
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 20 bool GrabViewSnapshot(gfx::NativeView view,
23 return GrabWindowSnapshot(view, png_representation, snapshot_bounds);
70 gfx::NativeView view,
74 GrabWindowSnapshotAsync(view, source_rect, background_task_runner, callback);

Completed in 1008 milliseconds

<<41424344454647484950>>