HomeSort by relevance Sort by last modified time
    Searched refs:toShow (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 62 public View toShow;
72 toShow = view;
304 * Animates swapping out the current View in the {@code infoBar} with {@code toShow} without
307 * @param toShow View representing the InfoBar's new contents.
309 public void swapInfoBarViews(InfoBar infoBar, View toShow) {
318 if (transition != null && transition.toShow == toShow) {
323 enqueueInfoBarAnimation(infoBar, toShow, AnimationHelper.ANIMATION_TYPE_SWAP);
365 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) {
366 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationType)
    [all...]
AnimationHelper.java 64 * @param toShow If non-null, this View will replace whatever child View the ContentWrapperView
69 View toShow, int animationType) {
76 mToShow = toShow;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
RatingView.java 82 Bitmap toShow = mStarEmpty;
85 toShow = isFullStar ? mStarFull : mStarHalf;
87 canvas.drawBitmap(toShow, null, mDrawingRect, null);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 639 virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 217 virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const OVERRIDE;
WebRemoteFrameImpl.h 167 virtual WebString renderTreeAsText(RenderAsTextControls toShow = RenderAsTextNormal) const OVERRIDE;
WebRemoteFrameImpl.cpp 798 WebString WebRemoteFrameImpl::renderTreeAsText(RenderAsTextControls toShow) const
WebLocalFrameImpl.cpp     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 485 milliseconds