Searched refs:isEmpty (Results 1 - 25 of 1918) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DCSSLineBoxContainValue.cpp46 if (!text.isEmpty())
51 if (!text.isEmpty())
56 if (!text.isEmpty())
61 if (!text.isEmpty())
66 if (!text.isEmpty())
H A DFontValue.cpp38 if (!result.isEmpty())
43 if (!result.isEmpty())
48 if (!result.isEmpty())
59 if (!result.isEmpty())
H A DShadowValue.cpp51 if (!text.isEmpty())
56 if (!text.isEmpty())
61 if (!text.isEmpty())
66 if (!text.isEmpty())
71 if (!text.isEmpty())
H A DCSSFontFaceSrcValue.cpp49 if (m_format.isEmpty()) {
72 if (!m_format.isEmpty())
/external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
H A DDownloadCFWin.cpp35 ASSERT(!m_bundlePath.isEmpty());
36 ASSERT(!m_destination.isEmpty());
45 if (m_destination.isEmpty())
/external/emma/core/java12/com/vladium/emma/data/
H A DIMergeable.java22 boolean isEmpty (); method in interface:IMergeable
/external/webkit/Source/WebCore/platform/chromium/
H A DLanguageChromium.cpp42 if (computedDefaultLanguage.isEmpty())
H A DChromiumDataObject.cpp92 return !m_url.isEmpty()
93 || !m_uriList.isEmpty()
94 || !m_downloadMetadata.isEmpty()
95 || !m_fileExtension.isEmpty()
96 || !m_filenames.isEmpty()
97 || !m_plainText.isEmpty()
98 || !m_textHtml.isEmpty()
112 if (!m_plainText.isEmpty()) {
120 if (!m_uriList.isEmpty())
123 if (!m_textHtml.isEmpty())
[all...]
H A DChromiumDataObjectLegacy.cpp92 return !m_url.isEmpty()
93 || !m_uriList.isEmpty()
94 || !m_downloadMetadata.isEmpty()
95 || !m_fileExtension.isEmpty()
96 || !m_filenames.isEmpty()
97 || !m_plainText.isEmpty()
98 || !m_textHtml.isEmpty()
107 if (!m_plainText.isEmpty()) {
115 if (!m_uriList.isEmpty())
118 if (!m_textHtml.isEmpty())
[all...]
/external/webkit/Source/WebCore/html/
H A DBaseTextInputType.cpp44 if (pattern.isEmpty() || value.isEmpty())
H A DColorInputType.cpp43 if (value.isEmpty())
69 if (value.isEmpty())
79 return !value.isEmpty() && !isValidColorString(value);
/external/skia/tests/
H A DTestSize.cpp15 REPORTER_ASSERT(reporter, a.isEmpty());
17 REPORTER_ASSERT(reporter, a.isEmpty());
19 REPORTER_ASSERT(reporter, a.isEmpty());
24 REPORTER_ASSERT(reporter, !a.isEmpty());
26 REPORTER_ASSERT(reporter, !b.isEmpty());
43 REPORTER_ASSERT(reporter, a.isEmpty());
45 REPORTER_ASSERT(reporter, a.isEmpty());
47 REPORTER_ASSERT(reporter, a.isEmpty());
52 REPORTER_ASSERT(reporter, !a.isEmpty());
54 REPORTER_ASSERT(reporter, !b.isEmpty());
[all...]
/external/webkit/Tools/TestWebKitAPI/Tests/WTF/
H A DVectorBasic.cpp35 TEST_ASSERT(intVector.isEmpty());
/external/webkit/Source/WebCore/platform/
H A DSchemeRegistry.cpp35 if (localSchemes.isEmpty()) {
58 if (secureSchemes.isEmpty()) {
73 if (schemesWithUniqueOrigins.isEmpty())
83 if (emptyDocumentSchemes.isEmpty())
94 if (canDisplayOnlyIfCanRequestSchemes.isEmpty()) {
130 if (scheme.isEmpty())
142 if (scheme.isEmpty())
154 if (scheme.isEmpty())
166 if (scheme.isEmpty())
178 if (scheme.isEmpty())
[all...]
/external/webkit/Source/WebCore/platform/wince/
H A DSearchPopupMenuWinCE.cpp40 if (name.isEmpty())
48 if (name.isEmpty())
/external/webkit/Source/WebKit2/Shared/mac/
H A DCommandLineMac.cpp44 if (key.isEmpty())
48 if (value.isEmpty())
/external/webkit/Source/JavaScriptCore/parser/
H A DParserArena.cpp111 bool ParserArena::isEmpty() const function in class:JSC::ParserArena
114 && m_identifierArena->isEmpty()
115 && m_freeablePools.isEmpty()
116 && m_deletableObjects.isEmpty()
117 && m_refCountedObjects.isEmpty();
/external/webkit/Source/WebCore/platform/win/
H A DLanguageWin.cpp44 if (localeName.isEmpty())
54 if (!computedDefaultLanguage.isEmpty())
60 if (countryName.isEmpty())
/external/webkit/Source/WebCore/workers/
H A DWorkerLocation.cpp64 return m_url.path().isEmpty() ? "/" : m_url.path();
69 return m_url.query().isEmpty() ? "" : "?" + m_url.query();
74 return m_url.fragmentIdentifier().isEmpty() ? "" : "#" + m_url.fragmentIdentifier();
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionIsEmptyTester.java25 * A generic JUnit test which tests {@code isEmpty()} operations on a
36 assertTrue("isEmpty() should return true", collection.isEmpty());
41 assertFalse("isEmpty() should return false", collection.isEmpty());
H A DMapIsEmptyTester.java25 * A generic JUnit test which tests {@code isEmpty()} operations on a
36 assertTrue("isEmpty() should return true", getMap().isEmpty());
41 assertFalse("isEmpty() should return false", getMap().isEmpty());
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DVariantValue.java56 public boolean isEmpty() { method in class:VariantValue
57 return asString().isEmpty();
/external/skia/src/animator/
H A DSkDisplayBounds.cpp34 if (inval && fBounds.isEmpty() == false) {
37 if (rect.isEmpty())
/external/webkit/Source/WebCore/dom/
H A DDOMStringList.h45 bool isEmpty() const { return m_strings.isEmpty(); } function in class:WebCore::DOMStringList
/external/webkit/Source/WebCore/fileapi/
H A DEntryArray.h53 bool isEmpty() const { return m_entries.isEmpty(); } function in class:WebCore::EntryArray

Completed in 496 milliseconds

1234567891011>>