| /external/chromium_org/ui/views/animation/ |
| D | bounds_animator.cc | 42 void BoundsAnimator::AnimateViewTo(View* view, const gfx::Rect& target) { in AnimateViewTo() 73 void BoundsAnimator::SetTargetBounds(View* view, const gfx::Rect& target) { in SetTargetBounds() 82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) { in GetTargetBounds() 88 void BoundsAnimator::SetAnimationForView(View* view, in SetAnimationForView() 109 const SlideAnimation* BoundsAnimator::GetAnimationForView(View* view) { in GetAnimationForView() 114 View* view, in SetAnimationDelegate() 121 void BoundsAnimator::StopAnimatingView(View* view) { in StopAnimatingView() 167 void BoundsAnimator::RemoveFromMaps(View* view) { in RemoveFromMaps() 175 void BoundsAnimator::CleanupData(bool send_cancel, Data* data, View* view) { in CleanupData() 189 Animation* BoundsAnimator::ResetAnimationForView(View* view) { in ResetAnimationForView() [all …]
|
| /external/chromium_org/chrome/browser/ui/views/accessibility/ |
| D | accessibility_event_router_views.cc | 48 views::View* view, ui::AXEvent event_type) { in HandleAccessibilityEvent() 127 views::View* view = view_storage->RetrieveView(view_storage_id); in DispatchEventOnViewStorageId() local 138 views::View* view, ui::AXEvent type) { in DispatchAccessibilityEvent() 255 views::View* view, in SendTabNotification() 271 views::View* view, in SendButtonNotification() 282 views::View* view, in SendStaticTextNotification() 293 views::View* view, in SendLinkNotification() 303 views::View* view, in SendMenuNotification() 313 views::View* view, in SendMenuItemNotification() 344 views::View* view, in SendTreeNotification() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/core/events/ |
| D | TextEvent.cpp | 39 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, cons… in create() 44 …lBeRawPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtrWillBeRawPtr<AbstractView> view,… in createForPlainTextPaste() 49 …llBeRawPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtrWillBeRawPtr<AbstractView> view,… in createForFragmentPaste() 54 …sRefPtrWillBeRawPtr<TextEvent> TextEvent::createForDrop(PassRefPtrWillBeRawPtr<AbstractView> view,… in createForDrop() 66 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputT… in TextEvent() 76 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtrWillB… in TextEvent() 91 …st AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view,… in initTextEvent()
|
| D | UIEvent.h | 38 RefPtrWillBeMember<AbstractView> view; member 49 …st AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view,… in create() 61 AbstractView* view() const { return m_view.get(); } in view() function
|
| /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
| D | InputMethodManagerWrapper.java | 30 public void restartInput(View view) { in restartInput() 37 public void showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput() 44 public boolean isActive(View view) { in isActive() 59 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() 69 public boolean isWatchingCursor(View view) { in isWatchingCursor() 79 public void updateCursor(View view, int left, int top, int right, int bottom) { in updateCursor()
|
| /external/chromium_org/base/android/java/src/org/chromium/base/ |
| D | ApiCompatibilityUtils.java | 39 public static boolean isLayoutRtl(View view) { in isLayoutRtl() 77 public static void setLayoutDirection(View view, int layoutDirection) { in setLayoutDirection() 88 public static void setTextAlignment(View view, int textAlignment) { in setTextAlignment() 99 public static void setTextDirection(View view, int textDirection) { in setTextDirection() 154 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { in setPaddingRelative() 166 public static int getPaddingStart(View view) { in getPaddingStart() 178 public static int getPaddingEnd(View view) { in getPaddingEnd() 245 public static void postInvalidateOnAnimation(View view) { in postInvalidateOnAnimation() 256 public static void postOnAnimation(View view, Runnable action) { in postOnAnimation() 267 public static void postOnAnimationDelayed(View view, Runnable action, long delayMillis) { in postOnAnimationDelayed() [all …]
|
| /external/chromium_org/mojo/services/public/cpp/view_manager/ |
| D | view_observer.h | 46 virtual void OnViewReordering(View* view, in OnViewReordering() 49 virtual void OnViewReordered(View* view, in OnViewReordered() 53 virtual void OnViewDestroying(View* view) {} in OnViewDestroying() 54 virtual void OnViewDestroyed(View* view) {} in OnViewDestroyed() 56 virtual void OnViewBoundsChanging(View* view, in OnViewBoundsChanging() 59 virtual void OnViewBoundsChanged(View* view, in OnViewBoundsChanged() 65 virtual void OnViewInputEvent(View* view, const EventPtr& event) {} in OnViewInputEvent()
|
| /external/chromium_org/mojo/services/view_manager/ |
| D | view_manager_service_impl.cc | 71 const ServerView* view, in ProcessViewBoundsChanged() 83 const ServerView* view, in ProcessWillChangeViewHierarchy() 100 const ServerView* view, in ProcessViewHierarchyChanged() 132 void ViewManagerServiceImpl::ProcessViewReorder(const ServerView* view, in ProcessViewReorder() 144 void ViewManagerServiceImpl::ProcessViewDeleted(const ViewId& view, in ProcessViewDeleted() 161 const ServerView* view, in ProcessWillChangeViewVisibility() 194 bool ViewManagerServiceImpl::CanReorderView(const ServerView* view, in CanReorderView() 221 ServerView* view) { in DeleteViewImpl() 230 const ServerView* view, in GetUnknownViewsFrom() 244 const ServerView* view, in RemoveFromKnown() [all …]
|
| D | connection_manager.cc | 142 void ConnectionManager::ProcessViewBoundsChanged(const ServerView* view, in ProcessViewBoundsChanged() 154 const ServerView* view, in ProcessWillChangeViewHierarchy() 166 const ServerView* view, in ProcessViewHierarchyChanged() 177 void ConnectionManager::ProcessViewReorder(const ServerView* view, in ProcessViewReorder() 188 void ConnectionManager::ProcessViewDeleted(const ViewId& view) { in ProcessViewDeleted() 238 void ConnectionManager::OnViewDestroyed(const ServerView* view) { in OnViewDestroyed() 243 const ServerView* view, in OnWillChangeViewHierarchy() 250 void ConnectionManager::OnViewHierarchyChanged(const ServerView* view, in OnViewHierarchyChanged() 266 void ConnectionManager::OnViewBoundsChanged(const ServerView* view, in OnViewBoundsChanged() 278 void ConnectionManager::OnViewSurfaceIdChanged(const ServerView* view) { in OnViewSurfaceIdChanged() [all …]
|
| /external/qemu/android/base/ |
| D | StringView_unittest.cpp | 20 StringView view; in TEST() local 26 StringView view(kString); in TEST() local 42 StringView view("Hello3"); in TEST() local 51 StringView view("Hello4"); in TEST() local 57 StringView view("Hello5"); in TEST() local 64 StringView view("Hello6"); in TEST() local 73 StringView view("Nope"); in TEST() local 82 StringView view(kString); in TEST() local 91 StringView view(kString); in TEST() local
|
| /external/chromium_org/chrome/browser/ui/views/sync/ |
| D | one_click_signin_bubble_view_unittest.cc | 61 OneClickSigninBubbleView* view = in ShowOneClickSigninBubble() local 144 OneClickSigninBubbleView* view = in TEST_F() local 163 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 183 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 203 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 218 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 235 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 250 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 269 views::View* view = one_click_view; in TEST_F() local 284 views::View* view = one_click_view; in TEST_F() local [all …]
|
| /external/wpa_supplicant_8/src/utils/ |
| D | browser.c | 53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() 63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status() 72 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting() 99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision() 114 static gboolean view_cb_download_requested(WebKitWebView *view, in view_cb_download_requested() 125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() 140 static void view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, in view_cb_title_changed() 155 WebKitWebView *view; in hs20_web_browser() local
|
| /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
| D | AwTestTouchUtils.java | 22 private static void sendAction(View view, int action, long downTime, float x, float y) { in sendAction() 28 private static long dragStart(View view, float x, float y) { in dragStart() 34 private static void dragTo(View view, float fromX, float toX, float fromY, in dragTo() 47 private static void dragEnd(View view, float x, float y, long downTime) { in dragEnd() 64 public static void dragCompleteView(final View view, final int fromX, final int toX, in dragCompleteView() 87 public static void simulateTouchCenterOfView(final View view) throws Throwable { in simulateTouchCenterOfView()
|
| /external/chromium_org/mojo/services/public/cpp/view_manager/tests/ |
| D | view_manager_unittest.cc | 100 explicit BoundsChangeObserver(View* view) : view_(view) {} in BoundsChangeObserver() 105 virtual void OnViewBoundsChanged(View* view, in OnViewBoundsChanged() 118 void WaitForBoundsToChange(View* view) { in WaitForBoundsToChange() 159 void WaitForTreeSizeToMatch(View* view, size_t tree_size) { in WaitForTreeSizeToMatch() 177 virtual void OnViewDestroyed(View* view) OVERRIDE { in OnViewDestroyed() 208 OrderChangeObserver(View* view) : view_(view) { in OrderChangeObserver() 217 virtual void OnViewReordered(View* view, in OnViewReordered() 229 void WaitForOrderChange(ViewManager* view_manager, View* view) { in WaitForOrderChange() 237 explicit ViewTracker(View* view) : view_(view) { in ViewTracker() 249 virtual void OnViewDestroyed(View* view) OVERRIDE { in OnViewDestroyed() [all …]
|
| /external/chromium_org/ui/views/ |
| D | debug_utils.cc | 15 void PrintViewHierarchyImp(const View* view, in PrintViewHierarchyImp() 35 void PrintFocusHierarchyImp(const View* view, in PrintFocusHierarchyImp() 59 void PrintViewHierarchy(const View* view) { in PrintViewHierarchy() 67 void PrintFocusHierarchy(const View* view) { in PrintFocusHierarchy()
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
| D | ViewLoaderTest.java | 61 ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/media"); in testCreatesCorrectClasses() local 69 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnDefaultScreenSize() local 77 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() local 85 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local 93 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnDefaultVersion() local 101 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnNewestVersion() local 110 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() local 119 … ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/different_screen_sizes"); in testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() local 126 ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/webview_holder"); in testWebView() local 136 ViewGroup view = (ViewGroup) viewLoader.inflateView(context, "layout/media"); in testAddsChildren() local [all …]
|
| /external/chromium_org/chrome/browser/ |
| D | platform_util_aura.cc | 16 gfx::NativeWindow GetTopLevel(gfx::NativeView view) { in GetTopLevel() 20 gfx::NativeView GetParent(gfx::NativeView view) { in GetParent() 41 bool IsVisible(gfx::NativeView view) { in IsVisible()
|
| /external/chromium_org/content/browser/renderer_host/ |
| D | dip_util.cc | 20 float GetScaleFactorForView(const RenderWidgetHostView* view) { in GetScaleFactorForView() 24 gfx::Point ConvertViewPointToDIP(const RenderWidgetHostView* view, in ConvertViewPointToDIP() 30 gfx::Size ConvertViewSizeToPixel(const RenderWidgetHostView* view, in ConvertViewSizeToPixel() 35 gfx::Rect ConvertViewRectToPixel(const RenderWidgetHostView* view, in ConvertViewRectToPixel()
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| D | u_sampler.c | 38 default_template(struct pipe_sampler_view *view, in default_template() 88 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template() 100 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_sampler.c | 38 default_template(struct pipe_sampler_view *view, in default_template() 88 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template() 100 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
|
| /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
| D | WebViewModalDialogOverrideTest.java | 50 AwTestContainerView view = createAwTestContainerViewOnMainSync(client); in testOverrideAlertHandling() local 83 AwTestContainerView view = createAwTestContainerViewOnMainSync(client); in testOverridePromptHandling() local 113 AwTestContainerView view = createAwTestContainerViewOnMainSync(client); in testOverrideConfirmHandlingConfirmed() local 143 AwTestContainerView view = createAwTestContainerViewOnMainSync(client); in testOverrideConfirmHandlingCancelled() local 169 AwTestContainerView view = createAwTestContainerViewOnMainSync(client); in testOverrideBeforeUnloadHandling() local
|
| /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
| D | ContentViewPopupZoomerTest.java | 20 private static PopupZoomer findPopupZoomer(ViewGroup view) { in findPopupZoomer() 32 public PopupShowingCriteria(ViewGroup view, boolean shouldBeShown) { in PopupShowingCriteria() 46 public PopupHasNonZeroDimensionsCriteria(ViewGroup view) { in PopupHasNonZeroDimensionsCriteria() 88 final ViewGroup view = viewCore.getContainerView(); in testPopupZoomerShowsUp() local
|
| /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
| D | TestInputMethodManagerWrapper.java | 29 public void restartInput(View view) { in restartInput() 35 public void showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput() 43 public boolean isActive(View view) { in isActive() 57 public void updateSelection(View view, int selStart, int selEnd, in updateSelection()
|
| /external/chromium_org/ui/views/win/ |
| D | hwnd_util_aurawin.cc | 13 HWND HWNDForView(const View* view) { in HWNDForView() 21 HWND HWNDForNativeView(const gfx::NativeView view) { in HWNDForNativeView() 31 gfx::Rect GetWindowBoundsForClientBounds(View* view, in GetWindowBoundsForClientBounds()
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| D | HTMLBodyElement.cpp | 240 if (FrameView* view = document.view()) in scrollLeft() local 266 FrameView* view = frame->view(); in setScrollLeft() local 287 if (FrameView* view = document.view()) in scrollTop() local 313 FrameView* view = frame->view(); in setScrollTop() local 324 FrameView* view = document.view(); in scrollHeight() local 333 FrameView* view = document.view(); in scrollWidth() local
|