Searched refs:isNull (Results 401 - 425 of 965) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc111 if (!bitmap_.isNull()) {
210 if (color_ != SK_ColorTRANSPARENT || !bitmap_.isNull())
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptEventListener.cpp51 if (value.isNull())
78 if (value.isNull())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCaret.cpp78 if (m_position.isNull() || m_position.isOrphan()) {
171 if (caretPosition.position().isNull())
H A DInsertTextCommand.cpp91 if (endPosition.isNull())
233 if (insertPos.isNull())
H A DSpellChecker.cpp196 if (position.isNull())
689 if (startOfSelection.isNull())
698 if (startOfFirstWord.isNull()) {
703 if (endOfLastWord.isNull()) {
726 if (startOfFirstWord.isNull() || endOfFirstWord.isNull() || startOfLastWord.isNull() || endOfLastWord.isNull())
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DConsoleBase.cpp145 if (title.isNull())
158 if (title.isNull())
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.cpp52 return string.isNull() ? string : emptyAtom.string();
72 return string.isNull() ? string : emptyAtom.string();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameFetchContext.cpp66 if (request.httpReferrer().isNull()) {
201 if (!response.isNull())
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DImagePainter.cpp105 if (m_renderImage.imageResource()->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
176 if (!img || img->isNull())
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DMainThreadWebSocketChannel.cpp354 if (error.isNull())
356 else if (error.localizedDescription().isNull())
361 ASSERT(failingURL.isNull() || m_handshake->url().string() == failingURL);
362 if (failingURL.isNull())
469 m_client->didConnect(subprotocol.isNull() ? "" : subprotocol, extensions.isNull() ? "" : extensions);
616 if (message.isNull())
634 if (message.isNull())
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLRequest.cpp102 bool WebURLRequest::isNull() const function in class:blink::WebURLRequest
104 return !m_private || m_private->m_resourceRequest->isNull();
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsersTest.cpp165 EXPECT_TRUE(name.isNull());
166 EXPECT_TRUE(value.isNull());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctionalTest.cpp42 EXPECT_TRUE(emptyFunction.isNull());
45 EXPECT_FALSE(returnFortyTwoFunction.isNull());
/external/chromium_org/third_party/WebKit/public/web/
H A DWebAXObject.h70 bool isNull() const { return m_private.isNull(); } function in class:blink::WebAXObject
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbytestrietest.cpp308 if(trie.isNull()) {
344 if(trie.isNull()) {
393 if(trie.isNull()) {
442 if(trie.isNull()) {
470 if(trie.isNull()) {
521 if(trie.isNull()) {
549 if(trie.isNull()) {
598 if(trie.isNull()) {
/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.cpp142 if (ignoreFailure.isNull()) {
155 if (allowedDigests.isNull()) {
/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp208 if (fExpectedResults.isNull()) {
218 if (expectedImage.isNull()) {
/external/chromium_org/ui/gfx/
H A Dnine_image_painter.cc78 return images_[0].isNull();
139 if (!images_[4].isNull())
/external/clang/unittests/AST/
H A DSourceLocationTest.cpp163 assert(!T.isNull());
188 assert(!T.isNull());
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp308 if(trie.isNull()) {
344 if(trie.isNull()) {
393 if(trie.isNull()) {
442 if(trie.isNull()) {
470 if(trie.isNull()) {
521 if(trie.isNull()) {
549 if(trie.isNull()) {
598 if(trie.isNull()) {
/external/mockito/src/org/mockito/
H A DMatchers.java641 public static Object isNull() { method in class:Matchers
654 public static <T> T isNull(Class<T> clazz) { method in class:Matchers
/external/skia/gm/
H A Dgm_expectations.cpp142 if (ignoreFailure.isNull()) {
155 if (allowedDigests.isNull()) {
/external/chromium_org/content/child/webcrypto/test/
H A Drsa_oaep_unittest.cc202 ASSERT_FALSE(digest_algorithm.isNull());
414 ASSERT_FALSE(key.isNull());
445 ASSERT_FALSE(unwrapped_key.isNull());
532 ASSERT_FALSE(key.isNull());
564 ASSERT_FALSE(unwrapped_key.isNull());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp151 inline bool isNull() const { return SrcArgs.empty(); } function in struct:__anon18192::GenericTaintChecker::TaintPropagationRule
227 if (!Rule.isNull())
251 if (Rule.isNull()) {
306 if (!Rule.isNull()) {
491 if ((!PType.isNull() && !PType.isConstQualified())
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp106 if (!Entry.Symbols.isNull()) {
133 if (Entry.Symbols.isNull())
165 assert(!Entry.Symbols.isNull() && "Didn't have a symbol, why a callback?");
205 assert(!OldEntry.Symbols.isNull() && "Didn't have a symbol, why a callback?");
210 if (NewEntry.Symbols.isNull()) {

Completed in 1057 milliseconds

<<11121314151617181920>>