Searched refs:isNull (Results 126 - 150 of 965) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.cpp341 if (m_base.isNull() && m_extent.isNull())
343 else if (m_base.isNull()) {
346 } else if (m_extent.isNull()) {
400 if (end.isNull())
451 if (end.isNull())
472 if (m_start.isNull())
474 if (m_end.isNull())
480 if (m_start.isNull()) {
481 ASSERT(m_end.isNull());
[all...]
/external/chromium_org/chrome/renderer/prerender/
H A Dprerender_dispatcher.cc44 if (prerender.isNull())
56 DCHECK(!prerender.isNull())
69 DCHECK(!prerender.isNull())
98 if (!prerender.isNull())
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_track.cc15 if (track.isNull())
H A Dmock_web_rtc_peer_connection_handler_client.cc34 if (!candidate.isNull()) {
/external/chromium_org/content/test/
H A Dtest_media_stream_renderer_factory.cc26 if (descriptor.isNull())
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAudioElement.cpp54 if (!src.isNull())
H A DHTMLFrameElement.cpp75 m_frameBorderSet = !value.isNull();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseTextInputType.cpp58 if (rawPattern.isNull() || value.isEmpty() || !ScriptRegexp(rawPattern, TextCaseSensitive).isValid())
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.h64 bool isNull() const { return input.isEmpty() && !numberOfSegmentsAlreadyAppended; } function in struct:blink::BackgroundHTMLInputStream::Checkpoint
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKeyPath.h69 bool isNull() const { return m_type == NullType; } function in class:blink::IDBKeyPath
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DUserMediaRequest.cpp78 if (audio.isNull() && video.isNull()) {
102 return !m_audio.isNull();
107 return !m_video.isNull();
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketExtensionDispatcherTest.cpp108 EXPECT_TRUE(parameter->value.isNull());
135 if (iterator->value.isNull())
136 EXPECT_TRUE(parsed->value.isNull());
179 EXPECT_TRUE(m_extensions.acceptedExtensions().isNull());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLinkHash.cpp55 if (relative.isNull())
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebHTTPBody.cpp62 ASSERT(!isNull());
68 ASSERT(!isNull());
149 ASSERT(!isNull());
195 ASSERT(!isNull());
H A DWebURLError.cpp47 if (error.isNull()) {
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DProxyServer.cpp50 ASSERT(!proxyServer.hostName().isNull());
H A DSocketStreamError.h49 bool isNull() const { return m_isNull; } function in class:blink::SocketStreamError
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLTest.cpp144 EXPECT_TRUE(kurl.fragmentIdentifier().isNull());
422 EXPECT_TRUE(nullString.isNull());
436 EXPECT_TRUE(nullString.isNull());
443 EXPECT_FALSE(emptyString.isNull());
496 EXPECT_TRUE(kurl.isNull());
497 EXPECT_TRUE(kurl.string().isNull());
502 EXPECT_FALSE(kurl2.isNull());
505 EXPECT_FALSE(kurl2.string().isNull());
507 EXPECT_FALSE(kurl2.string().isNull());
512 EXPECT_FALSE(kurl22.isNull());
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebBlobData.h64 bool isNull() const { return !m_private.get(); } function in class:blink::WebBlobData
H A DWebPrerender.h78 BLINK_PLATFORM_EXPORT bool isNull() const;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebHitTestResult.h51 BLINK_EXPORT bool isNull() const;
H A DWebSurroundingText.h48 BLINK_EXPORT bool isNull() const;
/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h85 bool isNull() { function in struct:clang::ConversionFixItGenerator
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp55 if (releaseS.isNull())
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPrerenderingTest.cpp101 ASSERT(!prerender->isNull());
261 EXPECT_FALSE(webPrerender.isNull());
290 EXPECT_FALSE(webPrerender.isNull());
306 EXPECT_FALSE(webPrerender.isNull());
357 EXPECT_FALSE(firstPrerender.isNull());
361 EXPECT_FALSE(firstPrerender.isNull());
422 EXPECT_FALSE(webPrerender.isNull());
439 EXPECT_FALSE(webPrerender.isNull());
446 EXPECT_FALSE(webPrerender.isNull());
458 EXPECT_FALSE(webPrerender.isNull());
[all...]

Completed in 397 milliseconds

1234567891011>>