/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebUserGestureTokenTest.cpp | 64 WebScopedUserGesture indicator(token); 69 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture); 78 WebScopedUserGesture indicator(token); 87 WebScopedUserGesture indicator(token); 94 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
|
/external/chromium/chrome/browser/chromeos/status/ |
input_method_menu_button_browsertest.cc | 41 // By default, show the indicator of the hardware keyboard, which is set 43 std::wstring indicator = input_method->text(); local 44 EXPECT_EQ(L"US", indicator);
|
/external/chromium_org/chrome/browser/resources/options/ |
controlled_setting.css | 5 /* Controlled setting indicator and bubble. */ 31 .controlled-setting-indicator { 35 .controlled-setting-indicator:not([controlled-by]) { 39 .controlled-setting-indicator[controlled-by='policy'] > div { 43 .controlled-setting-indicator[controlled-by='owner'] > div { 47 .controlled-setting-indicator[controlled-by='extension'] > div { 51 .controlled-setting-indicator:-webkit-any([controlled-by='recommended'],
|
/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 {
|
/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/chrome/browser/ui/tabs/ |
tab_utils.cc | 21 // Interval between frame updates of the tab indicator animations. This is not 26 // Fade-in/out duration for the tab indicator animations. Fade-in is quick to 130 scoped_refptr<MediaStreamCaptureIndicator> indicator = 133 if (indicator) { 134 if (indicator->IsBeingMirrored(contents)) 136 if (indicator->IsCapturingUserMedia(contents))
|
/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);
|
/external/chromium_org/v8/tools/testrunner/local/ |
execution.py | 78 self.indicator = progress_indicator 90 self.indicator.Starting() 92 self.indicator.Done() 138 self.indicator.AboutToRun(test) 149 self.indicator.HasRun(test, has_unexpected_output)
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
user_manager.css | 53 .pod .locked-indicator {
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
system_indicator_custom_bindings.js | 18 'system indicator');
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
types_traits.hpp | 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
types_traits.hpp | 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
types_traits.hpp | 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
types_traits.hpp | 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
|
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 47 * Expandable lists are able to show an indicator beside each item to display 137 /** Left bound for drawing the indicator. */ 140 /** Right bound for drawing the indicator. */ 143 /** Start bound for drawing the indicator. */ 146 /** End bound for drawing the indicator. */ 150 * Left bound for drawing the indicator of a child. Value of 156 * Right bound for drawing the indicator of a child. Value of 162 * Start bound for drawing the indicator of a child. Value of 168 * End bound for drawing the indicator of a child. Value of 174 * Denotes when a child indicator should inherit this bound from the generi 375 Drawable indicator; local 475 Drawable indicator; local [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_browsertest.js | 283 var indicator = $('create-profile-managed-indicator'); 287 assertEquals('none', window.getComputedStyle(indicator, null).display, 294 assertEquals('none', window.getComputedStyle(indicator, null).display, 301 assertEquals('inline-block', window.getComputedStyle(indicator, null).display, 303 assertEquals('policy', indicator.getAttribute('controlled-by')); 309 assertEquals('inline-block', window.getComputedStyle(indicator, null).display, 311 assertEquals('policy', indicator.getAttribute('controlled-by')); 317 assertEquals('none', window.getComputedStyle(indicator, null).display, 331 var indicator = $('create-profile-managed-indicator') [all...] |
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.h | 66 const double indicator; member in class:cc::HeadsUpDisplayLayerImpl::Graph
|
/external/chromium_org/v8/tools/testrunner/network/ |
network_execution.py | 113 self.indicator.Starting() 165 self.indicator.Done() 206 self.indicator.AboutToRun(test) 215 self.indicator.HasRun(test, has_unexpected_output)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
types_traits.hpp | 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies 72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies 279 typedef typename __nothrowcopy::indicator no_throw_indicator;
|