Searched refs:isDefault (Results 1 - 25 of 82) sorted by path

1234

/external/chromium_org/chrome/browser/resources/
H A Dgesture_config.js280 * @param {boolean} isDefault Whether the preference is set to the default
283 updateResetButton: function(resetButton, isDefault) {
288 resetButton.innerHTML = isDefault ? TITLE_DEFAULT : TITLE_NOT_DEFAULT;
289 resetButton.disabled = isDefault;
294 * @param {boolean} isDefault Whether all preference are set to their default
297 updateResetAllButton: function(isDefault) {
303 button.innerHTML = isDefault ? TITLE_DEFAULT : TITLE_NOT_DEFAULT;
304 button.disabled = isDefault;
311 * @param {boolean} isDefault Whether the value is the default value.
313 updatePreferenceValueResult: function(prefName, value, isDefault) {
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options.js1213 * @param {boolean} isDefault Whether or not the browser is currently
1218 updateDefaultBrowserState_: function(statusString, isDefault,
1224 $('set-as-default-browser').hidden = !canBeDefault || isDefault;
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_input_field.h62 @property(nonatomic, readonly) BOOL isDefault; variable
/external/chromium_org/content/child/
H A Dwebfallbackthemeengine_impl.cc106 extra_params->button.isDefault;
H A Dwebthemeengine_impl_android.cc99 extra_params->button.isDefault;
H A Dwebthemeengine_impl_default.cc106 extra_params->button.isDefault;
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthemeengine_impl.cc106 extra_params->button.isDefault;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.h40 bool isDefault() const { return m_shape == Default; } function in class:blink::FINAL
H A DHTMLMapElement.cpp55 if (area->isDefault()) {
H A DHTMLMediaElement.cpp2825 if (!defaultTrack && textTrack->isDefault())
2829 } else if (!group.visibleTrack && !defaultTrack && textTrack->isDefault()) {
2891 if (!currentGroup->defaultTrack && textTrack->isDefault())
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DLoadableTextTrack.h58 virtual bool isDefault() const OVERRIDE { return m_isDefault; }
59 virtual void setIsDefault(bool isDefault) OVERRIDE { m_isDefault = isDefault; }
H A DTextTrack.h110 virtual bool isDefault() const { return false; } function in class:blink::TextTrack
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisVoice.h45 bool isDefault() const { return m_platformVoice->isDefault(); } function in class:blink::FINAL
H A DSpeechSynthesisVoice.idl34 [ImplementedAs=isDefault] readonly attribute boolean default;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSpeechSynthesisVoice.cpp69 void WebSpeechSynthesisVoice::setIsDefault(bool isDefault) argument
71 m_private->setIsDefault(isDefault);
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisVoice.cpp31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
33 return new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault);
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
46 , m_default(isDefault)
H A DPlatformSpeechSynthesisVoice.h37 static PlatformSpeechSynthesisVoice* create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
52 bool isDefault() const { return m_default; } function in class:blink::FINAL
53 void setIsDefault(bool isDefault) { m_default = isDefault; } argument
58 PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h91 bool isDefault; // Whether the button is default button. member in struct:blink::WebFallbackThemeEngine::ButtonExtraParams
H A DWebThemeEngine.h129 bool isDefault; // Whether the button is default button. member in struct:blink::WebThemeEngine::ButtonExtraParams
/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 ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/icu/source/common/
H A Dbrkiter.cpp259 virtual UBool isDefault() const { function in class:ICUBreakIteratorService
H A Dserv.cpp433 if (isDefault()) {
918 ICUService::isDefault() const function in class:ICUService
H A Dserv.h839 virtual UBool isDefault(void) const;
885 * <p>Reinitialize the factory list to its default state. After this call, isDefault()

Completed in 531 milliseconds

1234