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

1234567891011>>

/external/webkit/WebCore/platform/chromium/
H A DChromiumDataObject.cpp54 return !url.isEmpty()
55 || !downloadURL.isEmpty()
56 || !downloadMetadata.isEmpty()
57 || !fileExtension.isEmpty()
58 || !filenames.isEmpty()
59 || !plainText.isEmpty()
60 || !textHtml.isEmpty()
H A DLanguage.cpp42 if (computedDefaultLanguage.isEmpty())
H A DFileChooserChromium.cpp42 if (m_filenames.isEmpty())
H A DDragDataChromium.cpp61 return !asURL().isEmpty();
84 return !m_platformDragData->filenames.isEmpty();
95 return !m_platformDragData->plainText.isEmpty();
115 return !m_platformDragData->plainText.isEmpty()
148 if (!m_platformDragData->textHtml.isEmpty()) {
/external/emma/core/java12/com/vladium/emma/data/
H A DIMergeable.java22 boolean isEmpty (); method in interface:IMergeable
/external/webkit/WebCore/css/
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.cpp44 if (m_format.isEmpty()) {
67 if (!m_format.isEmpty())
/external/webkit/WebCore/platform/wince/
H A DSearchPopupMenuWince.cpp40 if (name.isEmpty())
48 if (name.isEmpty())
H A DMIMETypeRegistryWince.cpp60 if (mimetypeMap.isEmpty()) {
98 if (type.isEmpty())
122 if (ext.isEmpty())
128 if (result.isEmpty()) {
130 if (!result.isEmpty())
133 return result.isEmpty() ? "unknown/unknown" : result;
/external/skia/tests/
H A DTestSize.cpp8 REPORTER_ASSERT(reporter, a.isEmpty());
10 REPORTER_ASSERT(reporter, a.isEmpty());
12 REPORTER_ASSERT(reporter, a.isEmpty());
17 REPORTER_ASSERT(reporter, !a.isEmpty());
19 REPORTER_ASSERT(reporter, !b.isEmpty());
36 REPORTER_ASSERT(reporter, a.isEmpty());
38 REPORTER_ASSERT(reporter, a.isEmpty());
40 REPORTER_ASSERT(reporter, a.isEmpty());
45 REPORTER_ASSERT(reporter, !a.isEmpty());
47 REPORTER_ASSERT(reporter, !b.isEmpty());
[all...]
/external/webkit/WebCore/rendering/
H A DSVGCharacterLayoutInfo.cpp100 return xStack.isEmpty() ? false : xStack.last().position() < xStack.last().size();
105 return yStack.isEmpty() ? false : yStack.last().position() < yStack.last().size();
110 return dxStack.isEmpty() ? false : dxStack.last().position() < dxStack.last().size();
115 return dyStack.isEmpty() ? false : dyStack.last().position() < dyStack.last().size();
120 return angleStack.isEmpty() ? false : angleStack.last().position() < angleStack.last().size();
125 return !baselineShiftStack.isEmpty();
130 ASSERT(!xStack.isEmpty());
136 ASSERT(!yStack.isEmpty());
142 ASSERT(!dxStack.isEmpty());
148 ASSERT(!dyStack.isEmpty());
[all...]
H A DRenderPath.cpp84 if (m_path.isEmpty())
95 if (m_path.isEmpty())
107 if (m_path.isEmpty())
110 if (m_cachedLocalFillBBox.isEmpty())
118 if (m_path.isEmpty())
121 if (!m_cachedLocalStrokeBBox.isEmpty())
135 if (m_path.isEmpty())
138 if (m_cachedLocalMarkerBBox.isEmpty())
146 if (m_path.isEmpty())
150 if (!m_cachedLocalRepaintRect.isEmpty())
[all...]
/external/webkit/JavaScriptCore/parser/
H A DParserArena.cpp110 bool ParserArena::isEmpty() const function in class:JSC::ParserArena
113 && m_identifierArena->isEmpty()
114 && m_freeablePools.isEmpty()
115 && m_deletableObjects.isEmpty()
116 && m_refCountedObjects.isEmpty();
/external/webkit/WebCore/platform/win/
H A DLanguage.cpp45 if (localeName.isEmpty())
54 if (!computedDefaultLanguage.isEmpty())
60 if (countryName.isEmpty())
/external/webkit/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/skia/src/animator/
H A DSkDisplayBounds.cpp42 if (inval && fBounds.isEmpty() == false) {
45 if (rect.isEmpty())
/external/webkit/WebCore/bindings/v8/
H A DScriptSourceCode.h58 bool isEmpty() const { return m_source.isEmpty(); } function in class:WebCore::ScriptSourceCode
/external/webkit/WebCore/html/
H A DFileList.h47 bool isEmpty() const { return m_files.isEmpty(); } function in class:WebCore::FileList
H A DHTMLMarqueeElement.cpp70 if (!attr->value().isEmpty())
73 if (!attr->value().isEmpty())
76 if (!attr->value().isEmpty())
79 if (!attr->value().isEmpty()) {
84 if (!attr->value().isEmpty()) {
89 if (!attr->value().isEmpty())
92 if (!attr->value().isEmpty())
95 if (!attr->value().isEmpty()) {
102 if (!attr->value().isEmpty())
105 if (!attr->value().isEmpty())
[all...]
/external/webkit/WebCore/loader/
H A DNavigationAction.h47 bool isEmpty() const { return m_URL.isEmpty(); } function in class:WebCore::NavigationAction
/external/webkit/WebCore/page/
H A DFrameLoadRequest.h50 bool isEmpty() const { return m_resourceRequest.isEmpty(); } function in struct:WebCore::FrameLoadRequest
/external/webkit/WebKit/win/
H A DAccessibleImage.cpp50 if (!ariaLabel.isEmpty())
54 if (!altText.isEmpty())
/external/webkit/WebCore/wml/
H A DWMLSelectElement.cpp245 if (m_defaultOptionIndices.isEmpty()) {
275 if (!iname.isEmpty()) {
277 if (!variable.isEmpty())
284 if (m_defaultOptionIndices.isEmpty() && !ivalue.isEmpty())
293 if (m_defaultOptionIndices.isEmpty() && !name.isEmpty()) {
295 if (!variable.isEmpty())
305 if (m_defaultOptionIndices.isEmpty() && !value.isEmpty())
[all...]
/external/proguard/src/proguard/
H A DClassPath.java85 public boolean isEmpty() method in class:ClassPath
87 return classPathEntries.isEmpty();

Completed in 444 milliseconds

1234567891011>>