HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 901 - 925 of 6090) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.cpp 57 if (m_document->view())
58 m_document->view()->scheduleAnimation();
72 if (m_document->view() && !m_players.isEmpty())
73 m_document->view()->scheduleAnimation();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
UIEvent.h 38 RefPtr<AbstractView> view; member in struct:WebCore::UIEventInit
48 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail)
50 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail));
60 AbstractView* view() const { return m_view.get(); } function in class:WebCore::UIEvent
UIEvent.idl 23 [InitializedByEventConstructor] readonly attribute Window view;
29 [Default=Undefined] optional Window view,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlElements.cpp 49 LayoutStateDisabler layoutStateDisabler(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/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/ui/app_list/views/
app_list_background.h 13 class View;
29 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
search_result_list_view.h 13 #include "ui/views/view.h"
22 class SearchResultListView : public views::View,
35 // Overridden from views::View:
56 virtual void SearchResultActivated(SearchResultView* view,
58 virtual void SearchResultActionActivated(SearchResultView* view,
61 virtual void OnSearchResultInstalled(SearchResultView* view) OVERRIDE;
62 virtual void OnSearchResultUninstalled(SearchResultView* view) 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.h 19 // Grabs a snapshot of the window/view. No security checks are done.
28 gfx::NativeView view,
snapshot_android.cc 11 bool GrabViewSnapshot(gfx::NativeView view,
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility.cc 11 NativeViewAccessibility* NativeViewAccessibility::Create(View* view) {
  /external/chromium_org/ui/views/
focus_border.h 16 class View;
22 // The focus border class is used to display an indication of focus on a view.
23 // To set a focus border on a view, call SetFocusBorder on the view. Once set
24 // on a view, the focus border is owned by the view.
37 // Renders the focus border for the specified view.
38 virtual void Paint(const View& view, gfx::Canvas* canvas) const = 0;
view_model_utils.h 13 class View;
23 // Sets the bounds of each view to its ideal bounds.
29 // Returns the index to move |view| to based on a coordinate of |x| and |y|.
31 View* view,
  /external/chromium_org/win8/metro_driver/
metro_driver.h 16 IFACEMETHOD(CreateView)(winapp::Core::IFrameworkView** view);
  /external/droiddriver/src/com/google/android/droiddriver/actions/
Action.java 19 import android.view.InputEvent;
  /external/mesa3d/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/robolectric/src/main/java/android/view/animation/
ShadowAnimationBridge.java 1 package android.view.animation;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlphaAnimation.java 3 import android.view.animation.AlphaAnimation;
ShadowContextThemeWrapper.java 4 import android.view.ContextThemeWrapper;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewPagerTest.java 4 import android.support.v4.view.PagerAdapter;
5 import android.support.v4.view.ViewPager;
6 import android.view.View;
56 public boolean isViewFromObject(View view, Object object) {
  /external/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;
  /frameworks/base/core/java/android/preference/
SeekBarDialogPreference.java 23 import android.view.View;
53 protected void onBindDialogView(View view) {
54 super.onBindDialogView(view);
56 final ImageView iconView = (ImageView) view.findViewById(android.R.id.icon);
60 iconView.setVisibility(View.GONE);
64 protected static SeekBar getSeekBar(View dialogView) {
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 19 import android.view.KeyEvent;
DateTimeKeyListener.java 20 import android.view.KeyEvent;

Completed in 950 milliseconds

<<31323334353637383940>>