| /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/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() 67 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputT… in TextEvent() 78 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtrWillB… in TextEvent() 94 …st AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view,… in initTextEvent()
|
| D | UIEvent.h | 38 RefPtrWillBeMember<AbstractView> view; member 48 …st AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view,… in create() 60 AbstractView* view() const { return m_view.get(); } in view() function 61 AbstractView* view(bool& isNull) const { isNull = !m_view; 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() 68 public boolean isWatchingCursor(View view) { in isWatchingCursor() 75 public void updateCursor(View view, int left, int top, int right, int bottom) { in updateCursor()
|
| /external/chromium_org/chrome/browser/ui/views/accessibility/ |
| D | accessibility_event_router_views.cc | 45 views::View* view, ui::AXEvent event_type) { in HandleAccessibilityEvent() 124 views::View* view = view_storage->RetrieveView(view_storage_id); in DispatchEventOnViewStorageId() local 135 views::View* view, ui::AXEvent type) { in DispatchAccessibilityEvent() 232 views::View* view, in SendButtonNotification() 242 views::View* view, in SendLinkNotification() 251 views::View* view, in SendMenuNotification() 260 views::View* view, in SendMenuItemNotification() 290 views::View* view, in SendTreeNotification() 299 views::View* view, in SendTreeItemNotification() 344 views::View* view, in SendTextfieldNotification() [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 | 62 OneClickSigninBubbleView* view = in ShowOneClickSigninBubble() local 145 OneClickSigninBubbleView* view = in TEST_F() local 164 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 184 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 204 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 219 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 236 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 251 OneClickSigninBubbleView* view = ShowOneClickSigninBubble( in TEST_F() local 270 views::View* view = one_click_view; in TEST_F() local 285 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/base/android/java/src/org/chromium/base/ |
| D | ApiCompatibilityUtils.java | 33 public static boolean isLayoutRtl(View view) { in isLayoutRtl() 71 public static void setLayoutDirection(View view, int layoutDirection) { in setLayoutDirection() 82 public static void setTextAlignment(View view, int textAlignment) { in setTextAlignment() 137 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { in setPaddingRelative() 149 public static int getPaddingStart(View view) { in getPaddingStart() 161 public static int getPaddingEnd(View view) { in getPaddingEnd() 228 public static void postInvalidateOnAnimation(View view) { in postInvalidateOnAnimation() 254 public static void setBackgroundForView(View view, Drawable drawable) { in setBackgroundForView() 267 View view, ViewTreeObserver.OnGlobalLayoutListener listener) { in removeOnGlobalLayoutListener()
|
| /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()
|
| D | view_targeter.cc | 29 View* view = static_cast<View*>(root); in FindTargetForEvent() local 48 views::View* view = static_cast<views::View*>(target); in SubtreeCanAcceptEvent() local 61 views::View* view = static_cast<views::View*>(target); in EventLocationInsideBounds() local 73 View* ViewTargeter::FindTargetForKeyEvent(View* view, const ui::KeyEvent& key) { in FindTargetForKeyEvent()
|
| /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()
|
| D | platform_util_android.cc | 25 gfx::NativeWindow GetTopLevel(gfx::NativeView view) { in GetTopLevel() 30 gfx::NativeView GetParent(gfx::NativeView view) { in GetParent() 44 bool IsVisible(gfx::NativeView view) { in IsVisible()
|
| /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/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/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/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/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/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()
|
| /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/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/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/third_party/WebKit/Source/core/html/ |
| D | HTMLBodyElement.cpp | 238 FrameView* view = document.view(); in scrollLeft() local 263 FrameView* view = frame->view(); in setScrollLeft() local 284 FrameView* view = document.view(); in scrollTop() local 309 FrameView* view = frame->view(); in setScrollTop() local 320 FrameView* view = document.view(); in scrollHeight() local 329 FrameView* view = document.view(); in scrollWidth() local
|
| /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
| D | PowerSaveBlocker.java | 12 private static void applyBlock(ViewAndroid view) { in applyBlock() 17 private static void removeBlock(ViewAndroid view) { in removeBlock()
|
| /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
| D | actions_unittests.js | 32 view: new ui.actions.Rollout(), property 36 view: new ui.actions.Examine(), property 40 view: new ui.actions.Rebaseline(), property
|