Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 1684) sorted by relevance

12345678910>>...68

/external/webkit/Source/WebCore/platform/chromium/
DChromiumDataObjectLegacy.cpp92 return !m_url.isEmpty() in hasData()
93 || !m_uriList.isEmpty() in hasData()
94 || !m_downloadMetadata.isEmpty() in hasData()
95 || !m_fileExtension.isEmpty() in hasData()
96 || !m_filenames.isEmpty() in hasData()
97 || !m_plainText.isEmpty() in hasData()
98 || !m_textHtml.isEmpty() in hasData()
107 if (!m_plainText.isEmpty()) { in types()
115 if (!m_uriList.isEmpty()) in types()
118 if (!m_textHtml.isEmpty()) in types()
[all …]
DChromiumDataObject.cpp92 return !m_url.isEmpty() in hasData()
93 || !m_uriList.isEmpty() in hasData()
94 || !m_downloadMetadata.isEmpty() in hasData()
95 || !m_fileExtension.isEmpty() in hasData()
96 || !m_filenames.isEmpty() in hasData()
97 || !m_plainText.isEmpty() in hasData()
98 || !m_textHtml.isEmpty() in hasData()
112 if (!m_plainText.isEmpty()) { in types()
120 if (!m_uriList.isEmpty()) in types()
123 if (!m_textHtml.isEmpty()) in types()
[all …]
/external/webkit/Source/WebCore/wml/
DWMLSelectElement.cpp252 if (m_defaultOptionIndices.isEmpty()) { in selectInitialOptions()
282 if (!iname.isEmpty()) { in calculateDefaultOptionIndices()
284 if (!variable.isEmpty()) in calculateDefaultOptionIndices()
291 if (m_defaultOptionIndices.isEmpty() && !ivalue.isEmpty()) in calculateDefaultOptionIndices()
300 if (m_defaultOptionIndices.isEmpty() && !name.isEmpty()) { in calculateDefaultOptionIndices()
302 if (!variable.isEmpty()) in calculateDefaultOptionIndices()
312 if (m_defaultOptionIndices.isEmpty() && !value.isEmpty()) in calculateDefaultOptionIndices()
318 if (m_defaultOptionIndices.isEmpty()) in calculateDefaultOptionIndices()
324 ASSERT(!m_defaultOptionIndices.isEmpty()); in selectDefaultOptions()
338 ASSERT(!m_defaultOptionIndices.isEmpty()); in initializeVariables()
[all …]
/external/webkit/Source/WebCore/platform/
DSchemeRegistry.cpp35 if (localSchemes.isEmpty()) { in localURLSchemes()
58 if (secureSchemes.isEmpty()) { in secureSchemes()
73 if (schemesWithUniqueOrigins.isEmpty()) in schemesWithUniqueOrigins()
83 if (emptyDocumentSchemes.isEmpty()) in emptyDocumentSchemes()
94 if (canDisplayOnlyIfCanRequestSchemes.isEmpty()) { in canDisplayOnlyIfCanRequestSchemes()
130 if (scheme.isEmpty()) in shouldTreatURLSchemeAsLocal()
142 if (scheme.isEmpty()) in shouldTreatURLSchemeAsNoAccess()
154 if (scheme.isEmpty()) in shouldTreatURLSchemeAsDisplayIsolated()
166 if (scheme.isEmpty()) in shouldTreatURLSchemeAsSecure()
178 if (scheme.isEmpty()) in shouldLoadURLSchemeAsEmptyDocument()
[all …]
DMIMETypeRegistry.cpp70 if (!mimeType.isEmpty()) { in initializeSupportedImageMIMETypes()
109 if (!mimeType.isEmpty()) { in initializeSupportedImageMIMETypes()
167 if (!mimeType.isEmpty()) in initializeSupportedImageMIMETypesForEncoding()
181 if (!mimeType.isEmpty()) in initializeSupportedImageMIMETypesForEncoding()
351 if (!mediaMIMETypeForExtensionMap.isEmpty()) in mediaMIMETypeMap()
365 if (!systemType.isEmpty() && pairs[ndx].type != systemType) in mediaMIMETypeMap()
386 if (!type.isEmpty()) in getMediaMIMETypeForExtension()
406 if (!type.isEmpty()) { in getMediaMIMETypesForExtension()
474 if (mimeType.isEmpty()) in isSupportedImageMIMEType()
483 if (mimeType.isEmpty()) in isSupportedImageResourceMIMEType()
[all …]
/external/skia/tests/
DTestSize.cpp8 REPORTER_ASSERT(reporter, a.isEmpty()); in TestISize()
10 REPORTER_ASSERT(reporter, a.isEmpty()); in TestISize()
12 REPORTER_ASSERT(reporter, a.isEmpty()); in TestISize()
17 REPORTER_ASSERT(reporter, !a.isEmpty()); in TestISize()
19 REPORTER_ASSERT(reporter, !b.isEmpty()); in TestISize()
36 REPORTER_ASSERT(reporter, a.isEmpty()); in TestSize()
38 REPORTER_ASSERT(reporter, a.isEmpty()); in TestSize()
40 REPORTER_ASSERT(reporter, a.isEmpty()); in TestSize()
45 REPORTER_ASSERT(reporter, !a.isEmpty()); in TestSize()
47 REPORTER_ASSERT(reporter, !b.isEmpty()); in TestSize()
/external/webkit/Source/WebCore/html/
DHTMLMarqueeElement.cpp76 if (!attr->value().isEmpty()) in parseMappedAttribute()
79 if (!attr->value().isEmpty()) in parseMappedAttribute()
82 if (!attr->value().isEmpty()) in parseMappedAttribute()
85 if (!attr->value().isEmpty()) { in parseMappedAttribute()
90 if (!attr->value().isEmpty()) { in parseMappedAttribute()
95 if (!attr->value().isEmpty()) in parseMappedAttribute()
98 if (!attr->value().isEmpty()) in parseMappedAttribute()
101 if (!attr->value().isEmpty()) { in parseMappedAttribute()
108 if (!attr->value().isEmpty()) in parseMappedAttribute()
111 if (!attr->value().isEmpty()) in parseMappedAttribute()
[all …]
/external/webkit/Source/WebCore/css/
DCSSLineBoxContainValue.cpp46 if (!text.isEmpty()) in cssText()
51 if (!text.isEmpty()) in cssText()
56 if (!text.isEmpty()) in cssText()
61 if (!text.isEmpty()) in cssText()
66 if (!text.isEmpty()) in cssText()
DShadowValue.cpp51 if (!text.isEmpty()) in cssText()
56 if (!text.isEmpty()) in cssText()
61 if (!text.isEmpty()) in cssText()
66 if (!text.isEmpty()) in cssText()
71 if (!text.isEmpty()) in cssText()
DFontValue.cpp38 if (!result.isEmpty()) in cssText()
43 if (!result.isEmpty()) in cssText()
48 if (!result.isEmpty()) in cssText()
59 if (!result.isEmpty()) in cssText()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
DKeyStoreLoginModuleTest.java95 assertFalse("Should get at least one principal", principals.isEmpty()); in test_commit()
98 .isEmpty()); in test_commit()
101 .isEmpty()); in test_commit()
163 assertFalse("Should get at least one principal", principals.isEmpty()); in test_logout()
166 .isEmpty()); in test_logout()
169 .isEmpty()); in test_logout()
176 assertTrue("Principals should be cleared", principals.isEmpty()); in test_logout()
178 assertTrue("Private credential should be cleared", subjects.isEmpty()); in test_logout()
180 assertTrue("Public credential should be cleared", subjects2.isEmpty()); in test_logout()
/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.cpp56 if (!m_transitions.isEmpty()) { in clearRenderer()
66 if (!m_keyframeAnimations.isEmpty()) { in clearRenderer()
80 if (!currentStyle || (!targetStyle->transitions() && m_transitions.isEmpty())) in updateTransitions()
198 if (m_keyframeAnimations.isEmpty() && !targetStyle->hasAnimations()) in updateKeyframeAnimations()
289 if (!m_transitions.isEmpty()) { in animate()
332 if (!m_transitions.isEmpty()) { in setAnimating()
339 if (!m_keyframeAnimations.isEmpty()) { in setAnimating()
355 if (!m_transitions.isEmpty()) { in timeToNextService()
366 if (!m_keyframeAnimations.isEmpty()) { in timeToNextService()
388 if (!m_keyframeAnimations.isEmpty()) { in getAnimationForProperty()
[all …]
/external/v8/tools/
Dsplaytree.js53 SplayTree.prototype.isEmpty = function() { method in SplayTree
68 if (this.isEmpty()) {
101 if (this.isEmpty()) {
132 if (this.isEmpty()) {
144 if (this.isEmpty()) {
159 if (this.isEmpty()) {
175 if (this.isEmpty()) {
214 if (this.isEmpty()) {
/external/webkit/Source/WebCore/page/
DSecurityOrigin.cpp58 if (schemes.isEmpty()) { in schemeRequiresAuthority()
104 if (schemeRequiresAuthority(m_protocol) && m_host.isEmpty()) in SecurityOrigin()
106 if (m_protocol.isEmpty()) in SecurityOrigin()
148 bool SecurityOrigin::isEmpty() const in isEmpty() function in WebCore::SecurityOrigin
150 return m_protocol.isEmpty(); in isEmpty()
184 if (scheme.isEmpty()) in setDomainRelaxationForbiddenForURLScheme()
195 if (scheme.isEmpty()) in isDomainRelaxationForbiddenForURLScheme()
378 if (isEmpty()) in isSecureTransitionTo()
387 if (isEmpty()) in toString()
467 if (m_encodedHost.isEmpty()) in databaseIdentifier()
[all …]
/external/webkit/Source/WebCore/loader/
DHistoryController.cpp320 if (!historyURL.isEmpty()) { in updateForStandardLoad()
326 if (frameLoader->documentLoader()->unreachableURL().isEmpty()) in updateForStandardLoad()
337 if (!historyURL.isEmpty() && !needPrivacy) { in updateForStandardLoad()
341 … && frameLoader->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmp… in updateForStandardLoad()
359 if (!historyURL.isEmpty()) { in updateForRedirectWithLockedBackForwardList()
364 if (m_frame->loader()->documentLoader()->unreachableURL().isEmpty()) in updateForRedirectWithLockedBackForwardList()
379 if (!historyURL.isEmpty() && !needPrivacy) { in updateForRedirectWithLockedBackForwardList()
383 …frame->loader()->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmp… in updateForRedirectWithLockedBackForwardList()
406 if (!historyURL.isEmpty() && !needPrivacy) { in updateForClientRedirect()
422 …dTypeReloadFromOrigin) && !frameLoader->provisionalDocumentLoader()->unreachableURL().isEmpty())) { in updateForCommit()
[all …]
/external/webkit/Source/WebCore/platform/wince/
DMIMETypeRegistryWinCE.cpp62 if (mimetypeMap.isEmpty()) { in initMIMETypeEntensionMap()
100 if (type.isEmpty()) in getPreferredExtensionForMIMEType()
126 if (ext.isEmpty()) in getMIMETypeForExtension()
132 if (result.isEmpty()) { in getMIMETypeForExtension()
134 if (!result.isEmpty()) in getMIMETypeForExtension()
137 return result.isEmpty() ? "unknown/unknown" : result; in getMIMETypeForExtension()
/external/webkit/Source/WebCore/svg/
DSVGPathParserFactory.cpp131 if (d.isEmpty()) in buildPathFromString()
146 if (list.isEmpty()) in buildSVGPathByteStreamFromSVGPathSegList()
161 if (stream->isEmpty()) in buildPathFromByteStream()
176 if (stream->isEmpty()) in buildSVGPathSegListFromByteStream()
191 if (stream->isEmpty()) in buildStringFromByteStream()
207 if (list.isEmpty()) in buildStringFromSVGPathSegList()
223 if (d.isEmpty()) in buildSVGPathByteStreamFromString()
240 if (fromStream->isEmpty() || toStream->isEmpty()) in buildAnimatedSVGPathByteStream()
256 if (stream->isEmpty()) in getSVGPathSegAtLengthFromSVGPathByteStream()
/external/skia/include/core/
DSkRegion.h71 return !this->isEmpty(); in set()
81 bool isEmpty() const { return fRunHead == SkRegion_gEmptyRunHeadPtr; } in isEmpty() function
87 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex()
194 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains()
209 return this->isEmpty() || rect.isEmpty() || in quickReject()
219 return this->isEmpty() || rgn.isEmpty() || in quickReject()
DSkRect.h62 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty() function
169 return left < right && top < bottom && !this->isEmpty() && // check for empties in contains()
177 return !r.isEmpty() && !this->isEmpty() && // check for empties in contains()
213 if (!a.isEmpty() && !b.isEmpty() && in intersect()
233 SkASSERT(!a.isEmpty() && !b.isEmpty()); in intersectNoEmptyCheck()
252 if (left < right && top < bottom && !this->isEmpty() && in intersect()
266 return !a.isEmpty() && !b.isEmpty() && // check for empties in Intersects()
335 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty() function
480 return !a.isEmpty() && !b.isEmpty() && in Intersects()
528 return !this->isEmpty() && in contains()
[all …]
/external/webkit/Source/JavaScriptCore/parser/
DParserArena.cpp111 bool ParserArena::isEmpty() const in isEmpty() function in JSC::ParserArena
114 && m_identifierArena->isEmpty() in isEmpty()
115 && m_freeablePools.isEmpty() in isEmpty()
116 && m_deletableObjects.isEmpty() in isEmpty()
117 && m_refCountedObjects.isEmpty(); in isEmpty()
/external/webkit/Source/WebKit/chromium/tests/
DKURLTest.cpp44 return str.isEmpty() ? out : out << str.utf8().data(); in operator <<()
352 EXPECT_TRUE(kurl.isEmpty()); in TEST()
362 EXPECT_FALSE(kurl.isEmpty()); in TEST()
374 EXPECT_FALSE(kurl.isEmpty()); in TEST()
379 EXPECT_FALSE(kurl.isEmpty()); in TEST()
384 EXPECT_FALSE(kurl.isEmpty()); in TEST()
474 EXPECT_TRUE(kurl.isEmpty()); in TEST()
478 EXPECT_TRUE(kurl.string().isEmpty()); in TEST()
483 EXPECT_TRUE(kurl2.isEmpty()); in TEST()
486 EXPECT_TRUE(kurl2.string().isEmpty()); in TEST()
[all …]
/external/webkit/Source/WebCore/platform/gtk/
DDataObjectGtk.h47 bool hasText() { return m_range || !m_text.isEmpty(); } in hasText()
48 bool hasMarkup() { return m_range || !m_markup.isEmpty(); } in hasMarkup()
49 bool hasURIList() { return !m_uriList.isEmpty(); } in hasURIList()
50 bool hasURL() { return !m_url.isEmpty() && m_url.isValid(); } in hasURL()
51 bool hasFilenames() { return !m_filenames.isEmpty(); } in hasFilenames()
/external/webkit/Source/WebCore/dom/
DScriptElement.cpp96 if (ignoresLoadRequest() || sourceUrl.isEmpty()) in handleSourceAttribute()
119 if (languages.isEmpty()) { in isLegacySupportedJavaScriptLanguage()
146 if (type.isEmpty() && language.isEmpty()) in isScriptTypeSupported()
148 if (type.isEmpty()) { in isScriptTypeSupported()
212 if (!charsetAttributeValue().isEmpty()) in prepareScript()
265 if (sourceCode.isEmpty()) in executeScript()
328 if (!eventAttribute.isEmpty() && !forAttribute.isEmpty()) { in isScriptForEventSupported()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityImageMapLink.cpp75 if (!ariaRole.isEmpty()) in roleValue()
102 if (!ariaLabel.isEmpty()) in accessibilityDescription()
105 if (!alt.isEmpty()) in accessibilityDescription()
114 if (!title.isEmpty()) in title()
117 if (!summary.isEmpty()) in title()
/external/v8/benchmarks/
Dsplay.js147 SplayTree.prototype.isEmpty = function() { method in SplayTree
161 if (this.isEmpty()) {
194 if (this.isEmpty()) {
225 if (this.isEmpty()) {
237 if (this.isEmpty()) {
253 if (this.isEmpty()) {
276 if (!this.isEmpty()) {
294 if (this.isEmpty()) {

12345678910>>...68