Searched refs:isEmpty (Results 76 - 100 of 1918) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java56 public boolean isEmpty() { method in class:NumberValue
H A DStringValue.java46 public boolean isEmpty() { method in class:StringValue
/external/llvm/lib/Support/
H A DSystemUtils.cpp49 if (!Result.isEmpty()) {
/external/webkit/Source/WebCore/css/
H A DCSSPageRule.cpp45 if (!pageSpecification.isEmpty() && pageSpecification != starAtom)
/external/webkit/Source/WebCore/dom/
H A DDecodedDataDocumentParser.cpp49 if (decoded.isEmpty())
H A DCheckedRadioButtons.cpp35 if (element->name().isEmpty())
71 if (element->name().isEmpty() || !m_nameToCheckedRadioButtonMap)
86 if (m_nameToCheckedRadioButtonMap->isEmpty())
/external/webkit/Source/WebCore/html/
H A DHTMLTablePartElement.cpp68 if (!url.isEmpty())
71 if (!attr->value().isEmpty()) {
79 if (!attr->value().isEmpty())
94 if (!attr->value().isEmpty())
H A DURLInputType.cpp53 return !value.isEmpty() && !KURL(KURL(), value).isValid();
H A DDOMTokenList.cpp35 if (token.isEmpty()) {
53 if (input.isEmpty())
98 if (position < inputLength && !output.isEmpty())
/external/webkit/Source/WebCore/page/
H A DGeolocationController.cpp44 ASSERT(m_observers.isEmpty());
54 bool wasEmpty = m_observers.isEmpty();
79 if (m_observers.isEmpty())
81 else if (m_highAccuracyObservers.isEmpty())
/external/webkit/Source/WebCore/platform/brew/
H A DFileChooserBrew.cpp43 if (m_filenames.isEmpty())
/external/webkit/Source/WebCore/platform/haiku/
H A DSharedBufferHaiku.cpp36 if (fileName.isEmpty())
/external/webkit/Source/WebCore/platform/network/
H A DCredential.cpp66 bool Credential::isEmpty() const function in class:WebCore::Credential
73 return m_user.isEmpty() && m_password.isEmpty();
88 return !m_password.isEmpty();
/external/webkit/Source/WebCore/platform/network/qt/
H A DDnsPrefetchHelper.h40 if (hostname.isEmpty())
/external/webkit/Source/WebCore/platform/qt/
H A DDragDataQt.cpp59 if (!url.toLocalFile().isEmpty())
72 if (!file.isEmpty())
89 if (!text.isEmpty())
125 if (urls.isEmpty())
H A DLoggingQt.cpp38 if (loggingEnv.isEmpty())
/external/webkit/Source/WebCore/platform/win/
H A DFileChooserWin.cpp41 if (m_filenames.isEmpty())
H A DMIMETypeRegistryWin.cpp71 if (ext.isEmpty())
75 if (mimetypeMap.isEmpty()) {
102 if (result.isEmpty()) {
104 if (!result.isEmpty())
/external/webkit/Source/WebCore/storage/
H A DOriginUsageRecord.cpp45 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty());
46 ASSERT_ARG(fullPath, fullPath.impl()->hasOneRef() || fullPath.isEmpty());
66 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty());
83 ASSERT(!path.isEmpty());
/external/webkit/Source/WebCore/svg/
H A DSVGColor.cpp67 if (rgbColor.isEmpty() || iccColor.isEmpty()) {
107 if (requiresRGBColor && rgbColor.isEmpty()) {
113 if (requiresICCColor && iccColor.isEmpty()) {
/external/webkit/Source/WebKit2/Shared/
H A DLayerTreeContext.h46 bool isEmpty() const;
H A DSessionState.h46 bool isEmpty() const;
/external/easymock/src/org/easymock/
H A DCapture.java65 return !values.isEmpty();
77 if (values.isEmpty()) {
130 if (values.isEmpty()) {
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java33 public abstract boolean isEmpty (); method in class:AttributeSet
82 public boolean isEmpty () method in class:AttributeSet.AttributeSetImpl
84 return m_attrMap.isEmpty ();
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableSet.java42 @Override public boolean isEmpty() { method in class:EmptyImmutableSet
72 return targets.isEmpty();
78 return that.isEmpty();

Completed in 2290 milliseconds

1234567891011>>