HomeSort by relevance Sort by last modified time
    Searched refs:SHOW (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar.h 17 SHOW,
bookmark_browsertest.cc 35 return browser()->bookmark_bar_state() == BookmarkBar::SHOW;
70 LOG(INFO) << "Took " << delay.InMilliseconds() << " ms to show bookmark bar";
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 8 // be malicious, either as malware or a phishing page, we show an interstitial
23 // resource received we show an interstitial. Any subsequent unsafe resource
86 SHOW,
107 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
110 // Checks if we should even show the malware details option. For example, we
111 // don't show it in incognito mode.
safe_browsing_blocking_page.cc 132 RecordUserAction(SHOW);
338 // Show the checkbox for sending malware details.
439 // The "report error" and "show diagnostic" commands can have a number
505 // Don't show it now as showing an interstitial while an interstitial is
515 // Now that this interstitial is gone, we can show the new one.
517 blocking_page->Show();
582 case SHOW:
583 action.append("Show");
654 // show this interstitial.
663 blocking_page->Show();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 34 SHOW,
38 static void Show(const GURL& url,
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.h 31 SHOW,
37 // Create and show a popup with |url| positioned adjacent to |anchor_view|.
81 // Show the bubble, focus on its content, and register listeners.
  /external/chromium/chrome/browser/ssl/
ssl_blocking_page.cc 31 SHOW,
53 RecordSSLBlockingPageStats(SHOW);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 123 mHandler.removeMessages(H.SHOW);
127 mHandler.sendMessageDelayed(mHandler.obtainMessage(H.SHOW, pkg), mShowDelayMs);
310 // show the confirmation
330 private static final int SHOW = 0;
336 case SHOW:
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 131 // we're never going to be asked to show a context menu.
151 // We want to show the bubble on mouse release; that is the standard behavior
162 // Don't show a menu here, its handled in View::ProcessMouseReleased. We
163 // show the context menu by way of being the ContextMenuController.
167 ExecuteAction(ExtensionPopup::SHOW);
173 ExecuteAction(ExtensionPopup::SHOW);
204 ExecuteAction(ExtensionPopup::SHOW);
location_bar_view.cc 804 // Because IMEs may eat the tab key, we don't show "press tab to search" while
834 // entry. Only show the suggested text if we can fit the text from one
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 395 "Show encoder parameters");
397 "Show PSNR in status line");
419 "Show quantizer histogram (n-buckets)");
421 "Show rate histogram (n-buckets)");
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_functional_browsertest.cc 78 // Verify image content settings show or hide images.
159 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 8 // be malicious, either as malware or a phishing page, we show an interstitial
23 // resource received we show an interstitial. Any subsequent unsafe resource
111 SHOW,
118 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
126 // Checks if we should even show the malware details option. For example, we
127 // don't show it in incognito mode.
186 // Time when the interstitial was show. This variable is set in
safe_browsing_blocking_page.cc 214 RecordUserAction(SHOW);
344 // The "report error" and "show diagnostic" commands can have a number
440 // Don't show it now as showing an interstitial while an interstitial is
447 // Now that this interstitial is gone, we can show the new one.
449 blocking_page->interstitial_page_->Show();
514 case SHOW:
606 case SHOW:
607 action.append("Show");
700 interstitial_show_time_ = base::TimeTicks(); // Resets the show time.
759 // show this interstitial
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 113 private static final int SHOW = 0x45;
225 * {@link Activity#showDialog(int)} is used to show this Dialog, that
248 public void show() { method in class:Dialog
430 show(); method
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 372 SHOW, HIDE
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java 80 * - screen turned off -> reset the keyguard, and show it so it will be ready
113 private static final int SHOW = 2;
393 + " we need to show the keyguard since the "
407 + "showing; need to show keyguard so user can enter sim pin");
422 + "show permanently disabled message in lockscreen.");
496 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard");
560 // Note that the biometric unlock will still not show if it is not the selected method.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 164 show_animation_->Show();
264 show_animation_->Show();
276 // Left clicks and taps should show the menu contents and right clicks
277 // should show the context menu. They should not trigger the opening of
456 bookmark_bar_state_(BookmarkBar::SHOW),
500 if (state == BookmarkBar::SHOW)
501 size_animation_->Show();
505 size_animation_->Reset(state == BookmarkBar::SHOW ? 1 : 0);
621 // Only show the URL if the url and title differ.
954 if (bookmark_bar_state_ == BookmarkBar::SHOW) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.cc 270 ExtensionPopupGtk::Show(popup_url, browser, widget,
271 ExtensionPopupGtk::SHOW);
299 ExtensionPopupGtk::Show(popup_url, toolbar_->browser(), widget(),
478 // The keybinding accelerator registered to show the browser action popup.
666 signals_.Connect(button->widget(), "show",
719 resize_animation_.Show();
818 ExtensionPopupGtk::Show(popup_url, browser(), chevron(),
819 ExtensionPopupGtk::SHOW);
    [all...]
location_bar_view_gtk.cc 450 // Show all children widgets of |tab_to_search_box_| initially, except
481 // Show all children widgets of |tab_to_search_hint_| initially.
784 // We need to track when the star button is resized to show any bubble
833 // We need the browser window to be shown before we can show the bubble, but
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc 204 // If the icons don't all fit, show the chevron (unless suppressed).
476 ShowPopup(button, ExtensionPopup::SHOW);
656 // If we have more icons than we can show, then we must not be changing
759 // Check for widths large enough to show the entire icon set.
799 resize_animation_->Show();
837 // case we show the popup as originating from the chevron.
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 167 SetBookmarkBarState(BookmarkBar::SHOW,
330 if (state == BookmarkBar::SHOW || state == BookmarkBar::DETACHED)
331 Show(old_state, animate_type);
394 // No overflow exists: don't show anything for the overflow button.
398 // Overflow exists: don't show anything for an overflowed folder button.
448 void BookmarkBarGtk::Show(BookmarkBar::State old_state,
454 slide_animation_.Show();
485 // Maybe show the instructions
497 // to the "hidden" state, which means we need to show our minimum height.
708 // themes, we want to let the background show through the toolbar
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 224 interstitial_page_->Show();
529 // Close the new window with JavaScript, which should show a single
530 // beforeunload dialog. Then show another alert, to make it easy to verify
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 677 // Verifies that the bookmarks bar can be forced to always or never show up.
691 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
695 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
    [all...]

Completed in 1991 milliseconds

1 2