Searched defs:indeterminate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputTypeView.h61 bool indeterminate; member in struct:WebCore::ClickHandlingState
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowProgressDialog.java15 private boolean indeterminate; field in class:ShadowProgressDialog
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { argument
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { argument
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { argument
37 progressDialog.setIndeterminate(indeterminate);
46 public void setIndeterminate(boolean indeterminate) { argument
47 this.indeterminate = indeterminate;
[all...]
H A DShadowProgressBar.java60 public void setIndeterminate(boolean indeterminate) { argument
61 this.isIndeterminate = indeterminate;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h127 // 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state.
128 bool indeterminate() const { return m_isIndeterminate; } function in class:WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h89 bool indeterminate; // Whether the button state is indeterminate. member in struct:blink::WebFallbackThemeEngine::ButtonExtraParams
/external/chromium_org/third_party/WebKit/public/platform/default/
H A DWebThemeEngine.h93 bool indeterminate; // Whether the button state is indeterminate. member in struct:blink::WebThemeEngine::ButtonExtraParams
/external/chromium_org/ui/native_theme/
H A Dnative_theme.h93 bool indeterminate; // Whether the button state is indeterminate. member in struct:ui::NativeTheme::ButtonExtraParams
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 235 milliseconds