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

1 2 3 4 5

  /external/chromium_org/chrome/browser/resources/options/
hotword_search_setting_indicator.css 5 /* Hotword extension-specific controlled setting indicator and bubble. */
7 #hotword-search-setting-indicator > div {
controlled_setting.css 5 /* Controlled setting indicator and bubble. */
11 .controlled-setting-indicator {
15 .controlled-setting-indicator:not([controlled-by]) {
19 .controlled-setting-indicator[controlled-by='policy'] > div {
23 .controlled-setting-indicator[controlled-by='owner'] > div {
27 .controlled-setting-indicator[controlled-by='extension'] > div {
31 .controlled-setting-indicator[controlled-by='shared'] > div {
35 .controlled-setting-indicator:-webkit-any([controlled-by='recommended'],
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 52 WebScopedUserGesture indicator(token);
57 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
67 WebScopedUserGesture indicator(token);
76 WebScopedUserGesture indicator(token);
  /external/chromium_org/chrome/browser/ui/ash/
media_delegate_chromeos.cc 28 const MediaStreamCaptureIndicator* indicator,
31 if (indicator->IsCapturingVideo(web_contents))
33 if (indicator->IsCapturingAudio(web_contents))
38 const MediaStreamCaptureIndicator* indicator,
53 GetMediaCaptureState(indicator, web_contents, media_state_out);
61 const MediaStreamCaptureIndicator* indicator,
70 GetMediaCaptureState(indicator, (*iter)->web_contents(), media_state_out);
77 const MediaStreamCaptureIndicator* indicator,
93 GetMediaCaptureState(indicator, web_contents, media_state_out);
104 scoped_refptr<MediaStreamCaptureIndicator> indicator
    [all...]
  /external/chromium_org/chromeos/ime/
input_method_descriptor.cc 19 const std::string& indicator,
29 indicator_(indicator),
input_method_descriptor.h 24 const std::string& indicator,
35 const std::string& indicator() const { return indicator_; } function in class:chromeos::input_method::InputMethodDescriptor
66 // A short indicator string that is displayed when the input method
input_method_whitelist.cc 49 kInputMethods[i].indicator,
  /external/vixl/tools/
printer.py 67 indicator = '[%02d:%02d| %3d%%|'
68 indicator += passed_colour + '+ %d\x1b[0m|'
69 indicator += failed_colour + '- %d\x1b[0m]'
77 sys.stdout.write(indicator % (minutes, seconds, progress, passed, failed))
79 # Write the test name after the progress indicator.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_error_message.css 24 .connecting-indicator {
42 .show-connecting-indicator .connecting-indicator {
116 @-webkit-keyframes connecting-indicator-ellipsis {
131 #connecting-indicator-ellipsis-1 {
132 -webkit-animation: connecting-indicator-ellipsis 3s 0 infinite;
135 #connecting-indicator-ellipsis-2 {
136 -webkit-animation: connecting-indicator-ellipsis 3s 500ms infinite;
139 #connecting-indicator-ellipsis-3 {
140 -webkit-animation: connecting-indicator-ellipsis 3s 1s infinite
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 77 self.indicator = progress_indicator
131 self.indicator.AboutToRun(test)
142 # For the indicator, everything that happens after the first run is treated
145 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
147 # Rerun test failures after the indicator has processed the results.
167 self.indicator.AboutToRun(test)
171 self.indicator.HasRun(test, True)
174 # difference is found, call the indicator twice to report both tests.
176 self.indicator.AboutToRun(test)
179 self.indicator.HasRun(test, True
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_quad_stack_viewer.css 25 .camera-debug-indicator {
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_track_view.css 20 .timeline-track-view .mode-indicator {
  /external/chromium_org/chrome/browser/resources/pdf/
index.css 15 viewer-page-indicator {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 86 private void layoutIndicator(View indicator) {
91 left = right - indicator.getMeasuredWidth();
94 right = left + indicator.getMeasuredWidth();
96 indicator.layout(
98 mIconFrame.getBottom() - indicator.getMeasuredHeight(),
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 69 Drawable indicator = fPressed ? mJoystickPressed : mJoystickNormal; local
74 Utilities.centerAround(x, y, indicator);
75 indicator.draw(canvas);
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 12 # the Unix errno variable: there is a global indicator (per
16 # indicator, usually NULL if they are supposed to return a
21 # failed, it generally doesn't set the error indicator; the
32 # The error indicator consists of three Python objects
35 # interact with the error indicator in various ways. There is a
36 # separate error indicator for each thread.
40 # indicator. Call this function only when the error indicator is
45 # Test whether the error indicator is set. If set, return the
79 # Clear the error indicator. If the error indicator is not set, there is no effect
    [all...]
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.css 77 .pod.locked .locked-indicator {
88 html[dir=rtl] .pod.locked .locked-indicator {
93 .pod.supervised-user .supervised-indicator {
104 html[dir=rtl] .pod.supervised-user .supervised-indicator {
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 204 ProgressBar indicator = new ProgressBar(mActivity, null, local
220 indicator.setLayoutParams(indicatorLayoutParams);
221 indicator.setVisibility(View.GONE);
222 indicator.setId(R.id.actionbar_compat_item_refresh_progress);
223 actionBar.addView(indicator);
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 55 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
83 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
90 * Set the Action Bar's up indicator drawable and content description.
92 * @param upDrawable - Drawable to set as up indicator
98 * Set the Action Bar's up indicator content description.
211 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
220 * @param drawerImageRes A Drawable resource to use as the drawer indicator
242 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
251 * @param animate True to animate the drawer indicator along with the drawer's position.
253 * @param drawerImageRes A Drawable resource to use as the drawer indicator
341 Drawable indicator = null; local
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.cc 24 // Interval between frame updates of the tab indicator animations. This is not
29 // Fade-in/out duration for the tab indicator animations. Fade-in is quick to
130 scoped_refptr<MediaStreamCaptureIndicator> indicator =
133 if (indicator.get()) {
134 if (indicator->IsBeingMirrored(contents))
136 if (indicator->IsCapturingUserMedia(contents))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;

Completed in 1745 milliseconds

1 2 3 4 5