Searched refs:isNull (Results 251 - 275 of 738) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp314 if (!latestAcrobatVersionString.isNull()) {
427 if (!ourDirectory.isNull())
445 if (!ourDirectory.isNull() && !directory.isNull())
/external/webkit/Source/WebCore/rendering/
H A DRenderDetails.cpp159 return node() && node()->isElementNode() ? !static_cast<Element*>(node())->getAttribute(openAttr).isNull() : false;
/external/webkit/Source/WebCore/svg/
H A DSVGFitToViewBox.cpp95 if (!attr->value().isNull()) {
/external/webkit/Source/WebCore/wml/
H A DWMLAElement.cpp65 setIsLink(!attr->isNull());
/external/webkit/Source/WebKit/chromium/public/
H A DWebAccessibilityObject.h69 bool isNull() const { return !m_private; } function in class:WebKit::WebAccessibilityObject
H A DWebURLRequest.h95 WEBKIT_API bool isNull() const;
H A DWebURLResponse.h73 WEBKIT_API bool isNull() const;
/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityCacheImpl.cpp99 if (root.isNull())
H A DWebDevToolsFrontendImpl.cpp70 if (s.isNull())
H A DWebPasswordFormData.cpp166 if (action.isNull())
/external/webkit/Source/WebKit/qt/tests/hybridPixmap/
H A Dwidget.cpp118 QVERIFY(pxm.isNull());
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp136 if (!destination.isNull())
/external/webkit/Source/WebKit2/UIProcess/
H A DWebResourceLoadClient.cpp53 if (!redirectResourceResponse.isNull())
/external/webkit/Source/WebKit2/WebProcess/mac/
H A DWebProcessMac.mm219 if (!parameters.parentProcessName.isNull()) {
224 if (!parameters.nsURLCachePath.isNull()) {
/external/webkit/Tools/MiniBrowser/qt/
H A DUrlLoader.cpp110 if (line.isNull())
/external/webkit/Tools/QtTestBrowser/
H A Durlloader.cpp111 if (line.isNull())
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp116 QCOMPARE(fun.call().isNull(), true);
163 QCOMPARE(fun.call().isNull(), true);
262 QVERIFY(value.isNull());
281 QVERIFY(!program.isNull());
310 QVERIFY(!program.isNull());
331 QVERIFY(!program.isNull());
353 QVERIFY(!program.isNull());
367 QVERIFY(program.isNull());
664 QVERIFY(fun.call().isNull());
/external/webkit/Source/WebCore/platform/
H A DKURLGoogle.cpp246 // will produce an isNull URL, and calling setUtf8 will produce an empty
294 if (utf8String().isNull())
330 if (m_utf8.isNull())
355 if (m_url.utf8String().isNull())
366 if (!url.isNull())
426 bool KURL::isNull() const function in class:WebCore::KURL
428 return m_url.utf8String().isNull();
715 if (s.isNull() && !m_url.m_parsed.ref.is_valid())
719 if (s.isNull())
736 if (query.isNull()) {
[all...]
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp222 bool QWebElement::isNull() const function in class:QWebElement
1002 if (!m_element || element.isNull())
1044 if (!m_element || element.isNull())
1094 if (!m_element || element.isNull())
1141 if (!m_element || element.isNull())
1279 if (!m_element || element.isNull())
1353 if (!m_element || element.isNull())
1430 if (!m_element || element.isNull())
1463 while (element.isNull() && node) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp81 if (DeclOrVector.isNull()) {
413 if (DeclOrVector.isNull())
424 if (DeclOrVector.is<NamedDecl *>() || DeclOrVector.isNull())
709 if (!PreferredSelector.isNull())
716 if (!PreferredType.isNull()) {
718 if (!T.isNull()) {
1149 if (T.isNull())
1173 if (T.isNull())
1444 if (ThisTy.isNull())
1734 !SemaRef.getCurBlock()->ReturnType.isNull())
[all...]
H A DTreeTransform.h198 return T.isNull();
810 if (InstName.isNull())
824 if (T.isNull()) return QualType();
2802 if (NewT.isNull())
2855 ObjectType.isNull())
3011 if (Template.isNull())
3195 if (Out.getArgument().isNull())
3213 if (Out.getArgument().isNull())
3230 if (Out.getArgument().isNull())
3286 if (Result.isNull())
[all...]
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp457 (targetFrameName.isNull() || m_parentFrame->tree()->find(targetFrameName) != m_parentFrame))
463 if (jsString.isNull()) {
500 if (targetFrameName.isNull()) {
561 if (!jsString.isNull()) {
567 if (!targetFrameName.isNull() && m_parentFrame->tree()->find(targetFrameName) != m_parentFrame)
1189 if (lastKey.isNull()) {
1222 if (!oldValue.isNull()) {
1275 if (!contentLength.isNull())
1365 if (m_userAgent.isNull())
1511 if (!cookieStr.isNull()) {
[all...]
/external/chromium/chrome/browser/
H A Dpossible_url_model.cc158 if (!i->second.isNull())
199 if (!favicon_map_[index].isNull() && observer_)
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc215 if (icon.isNull()) {
226 if (!icon.isNull())
/external/icu4c/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()) {

Completed in 1377 milliseconds

<<11121314151617181920>>