/external/chromium_org/chrome/browser/ui/tabs/ |
tab_audio_indicator_unittest.cc | 33 TabAudioIndicator indicator(this); 34 indicator.SetIsPlayingAudio(true); 35 EXPECT_EQ(TabAudioIndicator::STATE_ANIMATING, indicator.state_); 36 EXPECT_TRUE(indicator.IsAnimating()); 38 // Once the audio stops the indicator should switch to ending animation. 39 indicator.SetIsPlayingAudio(false); 40 EXPECT_EQ(TabAudioIndicator::STATE_ANIMATION_ENDING, indicator.state_); 41 EXPECT_TRUE(indicator.IsAnimating()); 44 indicator.animation_->End(); 45 EXPECT_EQ(TabAudioIndicator::STATE_NOT_ANIMATING, indicator.state_) [all...] |
tab_utils.cc | 17 scoped_refptr<MediaStreamCaptureIndicator> indicator = local 20 return indicator->IsBeingMirrored(contents); 24 scoped_refptr<MediaStreamCaptureIndicator> indicator = local 27 // The projecting indicator takes precedence over the recording indicator, but 29 // still show the recording indicator. 30 return indicator->IsCapturingUserMedia(contents) || 31 indicator->IsBeingMirrored(contents); 42 scoped_refptr<MediaStreamCaptureIndicator> indicator = local 45 return indicator->IsCapturingVideo(contents) 49 scoped_refptr<MediaStreamCaptureIndicator> indicator = local [all...] |
tab_utils.h | 14 // Returns whether we should show a projecting favicon indicator for this tab. 17 // Returns whether we should show a recording favicon indicator for this tab. 21 // show an audio favicon indicator for this tab.
|
/external/chromium_org/content/test/data/accessibility/ |
aria-progressbar-expected-mac.txt | 2 AXProgressIndicator AXRoleDescription='progress indicator' AXValue='3' AXMinValue='1' AXMaxValue='37' 3 AXProgressIndicator AXRoleDescription='progress indicator' AXValue='0' AXMinValue='1' AXMaxValue='96' AXValueDescription='three'
|
/external/llvm/test/YAMLParser/ |
spec-09-18.data | 5 - >1 # Indentation indicator 7 - |+ # Chomping indicator
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
errwarn.h | 117 /** Unconditionally clear the error indicator, freeing any associated data. 118 * Has no effect if the error indicator is not set. 123 /** Get the error indicator. YASM_ERROR_NONE is returned if no error has 126 * \return Current error indicator. 130 /** Check the error indicator against an error class. To check if any error 134 * \return Nonzero if error indicator is set and a subclass of eclass, 0 146 /** Set the error indicator (va_list version). Has no effect if the error 147 * indicator is already set. 155 /** Set the error indicator. Has no effect if the error indicator is alread [all...] |
/external/bison/lib/ |
fseterr.h | 1 /* Set the error indicator of a stream. 22 /* Set the error indicator of the stream FP. 23 The "error indicator" is set when an I/O operation on the stream fails, and 24 is cleared (together with the "end-of-file" indicator) by clearerr (FP). */
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
password-caps-lock.html | 14 Verify that the caps lock indicator icon is drawn in the password field. Verify that when you open a new window, the password field in the background window no longer has an indicator. 18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion29.txt | 3 android:groupIndicator : Indicator shown beside the group View. [reference]
|
/frameworks/base/docs/html/training/notify-user/ |
display-progress.jd | 17 <li><a href="#FixedProgress">Display a Fixed-duration progress Indicator</a></li> 18 <li><a href="#ActivityIndicator">Display a Continuing Activity Indicator</a></li> 45 Notifications can include an animated progress indicator that shows users the status 47 is complete at any time, use the "determinate" form of the indicator 49 "indeterminate" form of the indicator (an activity indicator). 56 To use a progress indicator, call 61 <h2 id="FixedProgress">Display a Fixed-duration Progress Indicator</h2> 98 // Sets the progress indicator to a max value, the 136 <h2 id="ActivityIndicator">Display a Continuing Activity Indicator</h2 [all...] |
/external/chromium_org/chrome/browser/extensions/api/system_indicator/ |
system_indicator_manager.h | 49 // Determines whether the indicator should be hidden or shown and calls the 57 // Causes an indicator to be shown for the given extension_action. Creates 58 // the indicator if necessary. 63 // Causes the indicator for the given extension to be hidden.
|
/external/chromium_org/chrome/browser/resources/options/ |
home_page_overlay.html | 13 <span class="controlled-setting-indicator" 26 <span class="controlled-setting-indicator" 33 <span id="homepage-url-field-indicator" 34 class="controlled-setting-indicator" pref="homepage"
|
startup_section.html | 11 <span class="controlled-setting-indicator" 26 <span class="controlled-setting-indicator" 40 <span class="controlled-setting-indicator" 46 <span class="controlled-setting-indicator"
|
controlled_setting.js | 9 * A controlled setting indicator that can be placed on a setting as an 10 * indicator that the value is controlled by some external entity such as 25 this.classList.add('controlled-setting-indicator'); 38 * recommended value' link shown in the indicator bubble. The |this| object 39 * will be the indicator itself. 47 * Clears the preference associated with this indicator. 143 * Whether this indicator is part of a dialog. If so, changes made to the 154 * The value of the associated preference that the indicator represents. If 155 * this is not set, the indicator will be visible whenever any value is 156 * enforced or recommended. If it is set, the indicator will be visible onl [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebUserGestureTokenTest.cpp | 51 WebScopedUserGesture indicator(token); 56 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture); 65 WebScopedUserGesture indicator(token); 74 WebScopedUserGesture indicator(token);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
package.html | 6 level indicator).</p>
|
/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/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lpc_tables.h | 41 /* cdf array for model indicator */ 44 /* pointer to cdf array for model indicator */ 47 /* initial cdf index for decoder of model indicator */
|
/frameworks/base/docs/html/design/building-blocks/ |
scrolling.jd | 7 <h2 id="indicator">Scroll Indicator</h2> 26 indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
|
/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-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
__init__.py | 16 """Package indicator for gjslint."""
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
system_indicator_custom_bindings.js | 18 'system indicator');
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
__init__.py | 16 """Package indicator for gjslint."""
|
/external/llvm/test/Object/ARM/ |
symbol-addr.ll | 7 ; indicator bit.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 101 * Returns true of this is a valid CPHS voice message waiting indicator 114 // ^ set/clear indicator (0 = clear) 115 // ^^^ type of indicator (000 = voice) 131 * Returns true if this is a valid CPHS voice message waiting indicator 132 * address indicating a "set" of "indicator 1" of type "voice message 136 // 0x11 means "set" "voice message waiting" "indicator 1" 143 * Returns true if this is a valid CPHS voice message waiting indicator 144 * address indicating a "clear" of "indicator 1" of type "voice message 148 // 0x10 means "clear" "voice message waiting" "indicator 1"
|