Searched refs:isNull (Results 376 - 400 of 738) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp1134 if (!overridenDescription.isNull())
1154 if (startVisiblePosition.isNull() || endVisiblePosition.isNull())
1873 if (!alt.isNull())
2429 if (endPos.isNull())
2449 if (visiblePos.isNull() || visiblePos == savedVisiblePos)
2522 if (visiblePositionRange.isNull())
2564 if (range.start.isNull() || range.end.isNull())
2674 if (visiblePos.isNull() || visiblePo
[all...]
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.cpp182 if (!handlingUnreachableURL && !req.url().isNull() && oldURL != req.url())
199 ASSERT(!error.isNull());
315 if (encoding.isNull()) {
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp459 if (closest.isNull()) {
510 if (candidate.isNull())
532 if (focusCandidate.isNull()) {
H A DSecurityOrigin.cpp70 , m_protocol(url.protocol().isNull() ? "" : url.protocol().lower())
71 , m_host(url.host().isNull() ? "" : url.host().lower())
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm605 ASSERT(d->m_currentWebChallenge.isNull());
610 if (!d->m_user.isNull() && !d->m_pass.isNull()) {
660 ASSERT(!d->m_currentWebChallenge.isNull());
678 ASSERT(!challenge.isNull());
714 ASSERT(!challenge.isNull());
H A DResourceRequestMac.mm106 if (isNull()) {
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp279 if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
315 if (!img || img->isNull())
390 if (!img || img->isNull())
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp137 if (m_userAgent.isNull()) {
139 ASSERT(!m_userAgent.isNull());
151 if (target.isNull()) {
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp317 if (documentElement.isNull())
327 if (frame->parent() && !frame->document().documentElement().isNull()) {
429 if (historyItem.isNull()) {
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp743 if (Arg.isNull())
862 if (T.isNull())
898 assert(!Template.isNull() && Template.getAsTemplateDecl() &&
944 if (T.isNull())
1048 assert(!Template.isNull() && "Null template template argument");
1126 if (TargetType.isNull())
1193 assert(!type.isNull() && "type substitution failed for param type");
1434 if (TL.getType().isNull())
1450 if (Result.isNull())
1533 if (Result.isNull())
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.cc74 // bitmap will be isNull if there was an error creating it.
379 if (bitmap->isNull() || bitmap->empty())
451 if (thumbnail.isNull())
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc470 if (!errored && !image.isNull()) {
522 if (image->isNull()) {
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java71 public static <T> Predicate<T> isNull() { method in class:Predicates
176 ? Predicates.<T>isNull()
/external/skia/tests/
H A DWritePixelsTest.cpp130 if (bmp.isNull()) {
228 devBmp.isNull()) {
/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.cpp58 if (jsValue.isNull())
85 return jsValue.isNull();
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJNIUtilityPrivate.cpp355 if (value.m_stringValue.isNull()) {
507 if (value.m_stringValue.isNull()) {
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.cpp230 (data.type() == static_cast<QVariant::Type>(qMetaTypeId<QImage>()) && !(data.value<QImage>()).isNull())
231 || (data.type() == static_cast<QVariant::Type>(qMetaTypeId<QPixmap>()) && !data.value<QPixmap>().isNull()));
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp169 } else if (!attr->isNull() && entry != eNone) {
241 if (attr->isNull())
/external/webkit/Source/WebCore/history/
H A DPageCache.cpp106 if (!frame->loader()->documentLoader()->mainDocumentError().isNull()) {
254 && frame->loader()->documentLoader()->mainDocumentError().isNull()
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.cpp143 setDisabledState(!attr->isNull());
408 if (baseURL.string().endsWith(slashKHTMLFixesDotCss) && !sheetText.isNull() && mediaWikiKHTMLFixesStyleSheet.startsWith(sheetText)
/external/webkit/Source/WebCore/html/shadow/
H A DMediaControlRootElement.cpp245 if (transitionValue.isNull())
262 if (transitionValue.isNull())
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheHost.cpp178 if (!redirectResponse.isNull() && !protocolHostAndPortAreEqual(request.url(), redirectResponse.url()))
220 if ((!error.isNull() && !error.isCancellation())
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.cpp119 ASSERT(url().isNull() || memoryCache()->resourceForURL(KURL(ParsedURLString, url())) != this);
173 if (m_response.isNull())
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp185 if (text.isEmpty() && !text.isNull())
203 if (text.isEmpty() && !text.isNull())
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.cpp140 if (value.isNull())
223 if (m_data.value().isNull())

Completed in 1417 milliseconds

<<11121314151617181920>>