HomeSort by relevance Sort by last modified time
    Searched refs:isDefault (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/mockito/src/org/mockito/mock/
MockName.java 20 boolean isDefault();
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesisVoice.cpp 31 PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
33 return adoptRef(new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault));
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
46 , m_default(isDefault)
PlatformSpeechSynthesisVoice.h 37 static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
52 bool isDefault() const { return m_default; }
53 void setIsDefault(bool isDefault) { m_default = isDefault; }
56 PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.h 46 bool isDefault() const { return m_platformVoice->isDefault(); }
SpeechSynthesisVoice.idl 34 [ImplementedAs=isDefault] readonly attribute boolean default;
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.h 69 int sqlite3async_initialize(const char *zParent, int isDefault);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
IGLProperty.java 38 boolean isDefault();
GLBooleanProperty.java 32 public boolean isDefault() {
GLStringProperty.java 30 public boolean isDefault() {
GLEnumProperty.java 33 public boolean isDefault() {
GLFloatProperty.java 31 public boolean isDefault() {
GLIntegerProperty.java 39 public boolean isDefault() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSpeechSynthesisVoice.cpp 71 void WebSpeechSynthesisVoice::setIsDefault(bool isDefault)
73 m_private->setIsDefault(isDefault);
  /external/chromium_org/third_party/WebKit/Source/web/
InbandTextTrackPrivateImpl.h 60 virtual bool isDefault() const;
InbandTextTrackPrivateImpl.cpp 80 bool InbandTextTrackPrivateImpl::isDefault() const
82 return m_track->isDefault();
  /external/chromium_org/third_party/WebKit/public/web/
WebInbandTextTrack.h 69 virtual bool isDefault() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
LoadableTextTrack.h 61 virtual bool isDefault() const OVERRIDE { return m_isDefault; }
62 virtual void setIsDefault(bool isDefault) OVERRIDE { m_isDefault = isDefault; }
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ReplyFromAccount.java 42 private static final String IS_DEFAULT = "isDefault";
50 public boolean isDefault;
54 String replyTo, boolean isDefault, boolean isCustom) {
60 this.isDefault = isDefault;
71 json.put(IS_DEFAULT, isDefault);
86 boolean isDefault = json.getBoolean(IS_DEFAULT);
89 replyTo, isDefault, isCustomFrom);
  /external/chromium_org/content/renderer/media/
webinbandtexttrack_impl.h 32 virtual bool isDefault() const;
webinbandtexttrack_impl.cc 68 bool WebInbandTextTrackImpl::isDefault() const {
  /external/llvm/include/llvm/
PassRegistry.h 68 PassInfo& Registeree, bool isDefault,
  /frameworks/base/core/java/android/net/
NetworkConfig.java 78 public boolean isDefault() {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
InbandTextTrackPrivate.h 63 virtual bool isDefault() const { return false; }
  /external/mockito/src/org/mockito/internal/util/
MockNameImpl.java 41 public boolean isDefault() {
  /external/srec/portable/include/
PANSIFileSystem.h 148 * @param isDefault True if the file-system should be the default file-system
151 PORTABLE_API ESR_ReturnCode PANSIFileSystemSetDefault(ESR_BOOL isDefault);

Completed in 460 milliseconds

1 2 3 4 5 6 7