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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputTypeView.h65 bool indeterminate; member in struct:blink::FINAL
/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.h97 // 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state.
98 bool indeterminate() const { return m_isIndeterminate; } function in class:blink::HTMLInputElement
/external/chromium_org/base/mac/
H A Dsdk_forward_declarations.h254 @property (readonly, getter=isIndeterminate) BOOL indeterminate; variable
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h90 bool indeterminate; // Whether the button state is indeterminate. member in struct:blink::WebFallbackThemeEngine::ButtonExtraParams
H A DWebThemeEngine.h128 bool indeterminate; // Whether the button state is indeterminate. member in struct:blink::WebThemeEngine::ButtonExtraParams
/external/chromium_org/ui/native_theme/
H A Dnative_theme.h101 bool indeterminate; // Whether the button state is indeterminate. member in struct:ui::NativeTheme::ButtonExtraParams
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 266 milliseconds