Searched refs:isNull (Results 201 - 225 of 738) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DCSSStyleSheet.cpp171 if (uri.isNull())
184 if (prefix.isNull())
271 if (url.isNull() || m_charset.isEmpty())
/external/webkit/Source/WebCore/html/
H A DHTMLOptionElement.cpp66 RefPtr<Text> text = Text::create(document, data.isNull() ? "" : data);
73 if (!value.isNull())
144 m_data.setSelected(!attr->isNull());
/external/webkit/Source/WebCore/platform/
H A DKURL.h116 bool isNull() const;
339 inline bool KURL::isNull() const function in class:WebCore::KURL
341 return m_string.isNull();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTextureMapperQt.cpp44 if (size.width() > m_pixmap.size().width() || size.height() > m_pixmap.size().height() || m_pixmap.isNull())
83 if (m_pixmap.isNull())
94 if (m_image.isNull())
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceHandleCFNet.cpp166 if (request.isNull())
175 if (request.isNull())
509 ASSERT(d->m_currentWebChallenge.isNull());
515 if (!d->m_user.isNull() && !d->m_pass.isNull()) {
565 ASSERT(!challenge.isNull());
599 ASSERT(!challenge.isNull());
636 ASSERT(response.isNull());
637 ASSERT(error.isNull());
662 if (error.isNull()
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DResourceHandle.cpp138 ASSERT(!request.isNull());
139 ASSERT(!response.isNull());
153 ASSERT(!response.isNull());
H A DWebSearchableFormData.cpp73 return form->document()->frame()->loader()->completeURL(action.isNull() ? "" : action).protocol() == "http";
166 if (formElement->disabled() || formElement->name().isNull())
255 KURL url(frame->loader()->completeURL(action.isNull() ? "" : action));
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp101 if (resultCString.isNull()) {
255 if (m_fileHandle == invalidPlatformFileHandle && m_filePath.isNull()) {
306 ASSERT(!m_filePath.isNull());
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp162 if (!contentEncoding.isNull() && contentEncoding != "identity")
256 ASSERT(!m_path.isNull());
309 if (!m_path.isNull())
401 if (!resultString.isNull()) {
409 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE);
/external/clang/include/clang/AST/
H A DCanonicalType.h84 operator bool() const { return !isNull(); }
86 bool isNull() const { function in class:clang::CanQual
87 return Stored.isNull();
738 assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
739 assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
749 if (Stored.isNull())
761 assert(!Stored.isNull() && isa<U>(Stored.getTypePtr()));
H A DDeclGroup.h83 bool isNull() const { return D == 0; }
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.cpp67 if (!url.query().isNull())
547 if (nameStr.isNull()) {
551 if (valueStr.isNull()) {
570 if (serverUpgrade.isNull()) {
574 if (serverConnection.isNull()) {
578 if (serverWebSocketOrigin.isNull()) {
582 if (serverWebSocketLocation.isNull()) {
/external/icu4c/test/intltest/
H A Ducharstrietest.cpp297 if(trie.isNull()) {
386 if(trie.isNull()) {
465 if(trie.isNull()) {
501 if(trie.isNull()) {
551 if(trie.isNull()) {
600 if(trie.isNull()) {
628 if(trie.isNull()) {
679 if(trie.isNull()) {
707 if(trie.isNull()) {
757 if(trie.isNull()) {
[all...]
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp249 if (p.isNull())
276 if (p.isNull())
348 if (c.isNull())
396 if (c.isNull())
455 if (visPos.isNull())
816 if (c.isNull())
918 if (n.isNull() || n == pos)
930 if (n.isNull() || n == pos)
959 return !a.isNull() && enclosingBlock(a.deepEquivalent().containerNode()) == enclosingBlock(b.deepEquivalent().containerNode());
1017 return p.isNotNull() && p.previous().isNull();
[all...]
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.cc193 (data().favicon.isNull() ? kFaviconSize : data().favicon.width());
197 if (!data().favicon.isNull() && data().favicon.width() != kFaviconSize)
219 if (!data().favicon.isNull()) {
/external/chromium/chrome/common/
H A Dweb_apps.cc62 if (href.isNull() || href.isEmpty())
149 if (document.isNull())
153 if (head.isNull())
/external/webkit/Source/WebCore/dom/
H A DInputElement.cpp219 data.setSize(attribute->isNull() ? InputElement::s_defaultSize : attribute->value().toInt());
227 int maxLength = attribute->isNull() ? InputElement::s_maximumLength : attribute->value().toInt();
278 return m_name.isNull() ? emptyAtom : m_name;
/external/webkit/Source/WebCore/platform/efl/
H A DWidgetEfl.cpp210 if (m_data->m_isUsingEcoreX && !m_data->m_cursorGroup.isNull()) {
234 if (!file.isNull() && !edje_object_file_set(m_data->m_cursorObject, file.data(), m_data->m_cursorGroup.utf8().data())) {
316 if (!m_data->m_theme.isNull())
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.cpp190 if (m_name.isNull())
264 currentVersion = entry->second.isNull() ? String("") : entry->second;
306 if (currentVersion.isNull()) {
/external/webkit/Source/WebKit/win/
H A DWebURLResponse.cpp236 if (response.isNull())
306 if (!m_response.mimeType().isNull() && !*result)
337 if (!m_response.textEncodingName().isNull() && !*result)
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DCommonToken.js130 if ( !org.antlr.lang.isNull(txt) ) {
/external/chromium/chrome/browser/chromeos/login/
H A Duser_image_screen.cc73 if (!frame.isNull())
/external/chromium/chrome/browser/chromeos/options/
H A Dtake_photo_dialog.cc100 if (!frame.isNull())
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.cc143 if (!favicon.isNull()) {
/external/chromium/webkit/glue/
H A Dsimple_webmimeregistry_impl.cc61 if (codecs.isNull())

Completed in 4714 milliseconds

1234567891011>>