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

1 2

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bar.h 17 SHOW,
bookmark_browsertest.cc 36 return browser()->bookmark_bar_state() == BookmarkBar::SHOW;
71 LOG(INFO) << "Took " << delay.InMilliseconds() << " ms to show bookmark bar";
  /external/chromium_org/chrome/browser/ui/
browser_unittest.cc 162 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
163 EXPECT_EQ(BookmarkBar::SHOW, window_bookmark_bar_state());
167 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
168 EXPECT_EQ(BookmarkBar::SHOW, window_bookmark_bar_state());
172 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
173 EXPECT_EQ(BookmarkBar::SHOW, window_bookmark_bar_state());
browser_browsertest.cc 235 interstitial_page_->Show();
799 // Close the new window with JavaScript, which should show a singl
    [all...]
browser.cc 694 // close again we'll show the warning again.
697 // Show the download page so the user can figure-out what downloads are still
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 159 "Show encoder parameters");
161 "Show PSNR in status line");
179 "Show quantizer histogram (n-buckets)");
181 "Show rate histogram (n-buckets)");
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.h 39 SHOW,
45 // Create and show a popup with |url| positioned adjacent to |anchor_view|.
102 // Show the bubble, focus on its content, and register listeners.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java 120 mHandler.removeMessages(H.SHOW);
126 mHandler.sendEmptyMessageDelayed(H.SHOW, mShowDelayMs);
310 // show the confirmation
328 private static final int SHOW = 1;
335 case SHOW:
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 106 // we're never going to be asked to show a context menu.
120 // We want to show the bubble on mouse release; that is the standard behavior
131 // Don't show a menu here, its handled in View::ProcessMouseReleased. We
132 // show the context menu by way of being the ContextMenuController.
136 ExecuteAction(ExtensionPopup::SHOW);
142 ExecuteAction(ExtensionPopup::SHOW);
178 ExecuteAction(ExtensionPopup::SHOW);
location_bar_view.cc 563 void LocationBarView::SetShowFocusRect(bool show) {
564 show_focus_rect_ = show;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 206 "Show encoder parameters");
208 "Show PSNR in status line");
226 "Show quantizer histogram (n-buckets)");
228 "Show rate histogram (n-buckets)");
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 206 "Show encoder parameters");
208 "Show PSNR in status line");
226 "Show quantizer histogram (n-buckets)");
228 "Show rate histogram (n-buckets)");
    [all...]
  /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
116 SHOW,
123 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
137 // Checks if we should even show the malware details option. For example, we
138 // don't show it in incognito mode.
197 // Time when the interstitial was show. This variable is set in
safe_browsing_blocking_page.cc 282 RecordUserAction(SHOW);
425 // The "report error" and "show diagnostic" commands can have a number
545 // Don't show it now as showing an interstitial while an interstitial is
552 // Now that this interstitial is gone, we can show the new one.
554 blocking_page->interstitial_page_->Show();
628 case SHOW:
739 case SHOW:
740 action.append("Show");
833 interstitial_show_time_ = base::TimeTicks(); // Resets the show time.
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 112 private static final int SHOW = 0x45;
225 * {@link Activity#showDialog(int)} is used to show this Dialog, that
260 public void show() { method in class:Dialog
442 show(); method
474 * created (for example, via {@link #show()} or {@link #create()}).
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_functional_browsertest.cc 68 // Verify image content settings show or hide images.
149 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 92 * - screen turned off -> reset the keyguard, and show it so it will be ready
125 private static final int SHOW = 2;
370 + " we need to show the keyguard since the "
384 + "showing; need to show keyguard so user can enter sim pin");
399 + "show permanently disabled message in lockscreen.");
481 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard");
558 // 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 184 show_animation_->Show();
296 show_animation_->Show();
308 // Left clicks and taps should show the menu contents and right clicks
309 // should show the context menu. They should not trigger the opening of
485 bookmark_bar_state_(BookmarkBar::SHOW),
530 if (state == BookmarkBar::SHOW)
531 size_animation_->Show();
535 size_animation_->Reset(state == BookmarkBar::SHOW ? 1 : 0);
660 // Only show the URL if the url and title differ.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 371 SHOW, HIDE
RenderStyle.h     [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 275 // If the icons don't all fit, show the chevron (unless suppressed).
554 ShowPopup(button, ExtensionPopup::SHOW, true);
586 // Do not override other popups and only show in active window. The window
600 return ShowPopup(button, ExtensionPopup::SHOW, should_grant);
760 // If we have more icons than we can show, then we must not be changing
878 // Check for widths large enough to show the entire icon set.
    [all...]
toolbar_view.cc 338 ExecuteAction(ExtensionPopup::SHOW);
773 views::BubbleDelegateView::CreateBubble(bubble_delegate)->Show();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/iproute2/doc/
ip-cref.tex 129 \verb|show| (or \verb|list|) objects, but some objects
231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
329 \subsection{{\tt ip link show} --- display device attributes}
330 \label{IP-LINK-SHOW}
332 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
339 --- \verb|NAME| specifies the network device to show.
560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
677 \subsection{{\tt ip address show} --- display protocol addresses}
679 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
794 \paragraph{Arguments:} This command has the same arguments as \verb|show|
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 789 // Verifies that the bookmarks bar can be forced to always or never show up.
803 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
807 EXPECT_EQ(BookmarkBar::SHOW, browser()->bookmark_bar_state());
    [all...]

Completed in 437 milliseconds

1 2