Searched refs:isNull (Results 226 - 250 of 965) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DArchiveResource.cpp53 if (response.isNull()) {
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceError.h65 bool isNull() const { return m_isNull; } function in class:blink::ResourceError
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSearchableFormData.cpp76 // The isNull() check is trying to avoid completeURL returning KURL() when passed a null string.
77 return form->document().completeURL(action.isNull() ? "" : action).protocolIs("http");
167 if (control->isDisabledFormControl() || control->name().isNull())
210 if (control->isDisabledFormControl() || control->name().isNull())
286 KURL url(formElement->document().completeURL(action.isNull() ? "" : action));
H A DWebSocketImpl.h55 bool isNull() const { return !m_private; } function in class:blink::FINAL
H A DWebSurroundingText.cpp81 bool WebSurroundingText::isNull() const function in class:blink::WebSurroundingText
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DCString.h77 bool isNull() const { return !m_buffer; } function in class:WTF::CString
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKey.h88 // If WebCryptoKey "isNull()" then it is invalid to call any of the other
89 // methods on it (other than destruction, assignment, or isNull()).
119 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebCryptoKeyAlgorithm.h75 BLINK_PLATFORM_EXPORT bool isNull() const;
H A DWebHTTPBody.h76 bool isNull() const { return !m_private; } function in class:blink::WebHTTPBody
H A DWebImage.h79 BLINK_PLATFORM_EXPORT bool isNull() const;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSecurityOrigin.h66 bool isNull() const { return !m_private; } function in class:blink::WebSecurityOrigin
/external/clang/lib/Serialization/
H A DASTCommon.h42 if (T.isNull())
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DCookieList.java78 if (!o.isNull(s)) {
/external/icu/icu4c/source/i18n/
H A Dcollationroot.cpp52 if(t.isNull() || t->isBogus()) {
/external/llvm/include/llvm/ADT/
H A DTwine.h189 /// isNull - Check for the null twine.
190 bool isNull() const { function in class:llvm::Twine
201 return isNull() || isEmpty();
475 if (isNull() || Suffix.isNull())
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DSpyOnInjectedFieldsHandler.java35 if(!fieldReader.isNull() && field.isAnnotationPresent(Spy.class)) {
/external/skia/tools/
H A Dimage_expectations.cpp141 if (!fExpectedResults.isNull()) {
160 if (!expectedImage.isNull()) {
183 if (fExpectedResults.isNull()) {
193 if (expectedImage.isNull()) {
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DImageLoader.cpp194 if (!crossOriginMode.isNull())
251 if (!url.isNull()) {
255 if (isHTMLPictureElement(element()->parentNode()) || !element()->fastGetAttribute(HTMLNames::srcsetAttr).isNull()) {
271 } else if (!imageSourceURL.isNull()) {
337 if (imageSourceURL.isNull() || url.isNull() || shouldLoadImmediately(url, loadType)) {
356 if (!imageSourceURL.isNull() && !stripLeadingAndTrailingHTMLSpaces(imageSourceURL).isEmpty())
H A DDocumentLoader.cpp165 ASSERT(!error.isNull());
277 if (!m_mainDocumentError.isNull())
356 ASSERT(!newRequest.isNull());
363 if (!redirectResponse.isNull()) {
383 if (redirectResponse.isNull())
512 const AtomicString& encoding = overrideEncoding().isNull() ? response().textEncodingName() : overrideEncoding();
544 ASSERT(!m_response.isNull());
738 if (!m_frame || m_request.isNull())
773 ResourceError error = resourceError.isNull() ? ResourceError::cancelledError(m_request.url()) : resourceError;
834 if (!source.isNull())
[all...]
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp59 REPORTER_ASSERT(reporter, b1.isNull() == b2.isNull());
62 REPORTER_ASSERT(reporter, b1.isNull() == b2.isNull());
63 if (b1.isNull() || b1.empty()) {
100 REPORTER_ASSERT(reporter, !original.isNull());
101 if (original.empty() || original.isNull()) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditutil.cpp254 if(s.isNull() || !s.isValid() || s==NULL || !(s!=NULL)) {
318 if(sel.isNull()) {
328 if(cal.isNull()) {
337 if(patgen.isNull()) {
346 if(ldn.isNull()) {
357 if(msg.isNull()) {
370 if(fn2.isNull()) {
381 if(idna.isNull()) {
394 if(regex.isNull()) {
407 if(trans.isNull()) {
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditutil.cpp272 if(s.isNull() || !s.isValid() || s==NULL || !(s!=NULL)) {
336 if(sel.isNull()) {
346 if(cal.isNull()) {
355 if(patgen.isNull()) {
364 if(ldn.isNull()) {
375 if(msg.isNull()) {
388 if(fn2.isNull()) {
399 if(idna.isNull()) {
412 if(regex.isNull()) {
425 if(trans.isNull()) {
[all...]
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc52 if (element.isNull())
63 DCHECK(!collection.isNull());
240 if (node.isNull() || !node.isElementNode() || !render_view())
256 if (!child_img.isNull()) {
277 if (!result.urlElement().isNull()) {
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc118 WebElement head = document.isNull() ? WebElement() : document.head();
119 GURL document_url = document.isNull() ? GURL() : GURL(document.url());
124 if (!head.isNull()) {
454 if (head.isNull() || !head.hasChildNodes())
469 if (value.isNull() || !LowerCaseEqualsASCII(value, "refresh"))
/external/chromium_org/content/shell/renderer/test_runner/
H A Daccessibility_controller.cc230 if (focused_element_.isNull())
236 if (root_element_.isNull())
243 if (root_element_.isNull())
256 if (obj.isNull() || obj.isDetached())
260 if (!node.isNull() && node.isElementNode()) {

Completed in 5663 milliseconds

1234567891011>>