Searched refs:isNull (Results 276 - 300 of 738) sorted by relevance

<<11121314151617181920>>

/external/proguard/src/proguard/evaluation/value/
H A DReferenceValue.java82 public int isNull() method in class:ReferenceValue
430 return -isNull();
/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.cpp83 if (!valueName.isNull()) {
99 if (!functionName.isNull()) {
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfiler.cpp65 ASSERT_ARG(title, !title.isNull());
87 if (profileGenerator->origin() == origin && (title.isNull() || profileGenerator->title() == title)) {
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp277 bool QScriptValue::isNull() const function in class:QScriptValue
279 return d_ptr->isNull();
/external/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.h67 bool isNull() const { return m_string.isNull(); } function in class:JSC::Identifier
/external/webkit/Source/WebCore/css/
H A DCSSMutableStyleDeclaration.cpp157 if (!value.isNull()) {
158 if (!res.isNull())
386 if (!layerRes.isNull())
402 if (!layerRes.isNull()) {
403 if (!res.isNull())
420 if (!res.isNull())
438 if (text.isNull())
440 if (res.isNull())
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.cpp137 m_viewSource = !attr->isNull();
154 if (m_frameName.isNull())
H A DHTMLInputElement.cpp211 bool userEdited = !m_data.value().isNull();
477 if (didStoreValue && !willStoreValue && !m_data.value().isNull()) {
593 if (m_data.value().isNull())
603 setChecked(!attr->isNull());
637 m_maxResults = !attr->isNull() ? std::min(attr->value().toInt(), maxSavedResults) : -1;
726 if (alt.isNull())
728 if (alt.isNull())
845 if (!value.isNull())
849 if (!value.isNull())
858 if (!value.isNull())
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorConsoleAgent.cpp145 if (title.isNull())
155 if (title.isNull())
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp108 if (m_image && !m_image->isNull())
297 if (m_image->isNull() || (maxDecodedImageSize > 0 && estimatedDecodedImageSize > maxDecodedImageSize)) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCustomPlatformData.cpp53 if (m_name.isNull()) {
68 if (m_name.isNull())
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp47 if (path.isNull())
76 if (fsRep.isNull())
/external/webkit/Source/WebCore/plugins/win/
H A DPluginPackageWin.cpp182 if (m_name.isNull() || m_description.isNull())
/external/webkit/Source/WebCore/storage/
H A DStorageAreaImpl.cpp140 ASSERT(!value.isNull());
181 if (oldValue.isNull())
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLRequest.cpp82 bool WebURLRequest::isNull() const function in class:WebKit::WebURLRequest
84 return !m_private || m_private->m_resourceRequest->isNull();
/external/webkit/Source/WebKit/mac/Storage/
H A DWebDatabaseManager.mm96 if (details.name().isNull())
/external/webkit/Source/WebKit/win/
H A DWebDataSource.cpp115 if (m_loader->mainDocumentError().isNull())
231 if (encoding.isNull())
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp149 if (value.isNull()) {
268 if (globalExceptionString().isNull())
/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp151 inline bool isNull() const { return SrcArgs.empty(); } function in struct:__anon3875::GenericTaintChecker::TaintPropagationRule
233 if (!Rule.isNull())
257 if (Rule.isNull()) {
312 if (!Rule.isNull()) {
497 if ((!PType.isNull() && !PType.isConstQualified())
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp107 if (!Entry.Symbols.isNull()) {
134 if (Entry.Symbols.isNull())
166 assert(!Entry.Symbols.isNull() && "Didn't have a symbol, why a callback?");
206 assert(!OldEntry.Symbols.isNull() && "Didn't have a symbol, why a callback?");
211 if (NewEntry.Symbols.isNull()) {
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp181 if (X.isNull())
183 if (Y.isNull())
283 .isNull())
310 if (Result.isNull()) {
341 if (Result.isNull()) {
369 if (Result.isNull()) {
400 if (Result.isNull()) {
632 if (Result.isNull()) {
793 if (!DeducedArg.isNull()) {
1060 if (Result.isNull()) {
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp163 if (response.isNull()) {
179 if (node.isNull()) {
185 if (!parent.isNull()) {
193 if (range.isNull()) {
586 if (!node.isNull() && node.isElementNode()) {
809 if (!originatingNode.isNull()) {
1038 if (!redirectResponse.isNull() && m_blocksRedirects) {
1291 } else if (!entry.contentState().isNull()) {
1378 if (!historyItem.isNull())
1399 if (historyItem.isNull())
[all...]
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp475 if (result.isNull() || result.deprecatedNode()->rootEditableElement() != pos.deprecatedNode()->rootEditableElement())
493 if (result.isNull() || result.deprecatedNode()->rootEditableElement() != pos.deprecatedNode()->rootEditableElement())
600 if (p.isNull())
620 if (p.isNull())
661 if (p.isNull())
995 if (position.isNull())
1043 if (visiblePosition.isNull())
/external/chromium/webkit/glue/
H A Dwebaccessibility.cc336 if (!node.isNull() && node.isElementNode()) {
378 if (!doctype.isNull())
432 while (!parent.isNull() && parent.accessibilityIsIgnored())
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp193 if (Attr.ModifiedType.isNull())
209 if (Attr.ModifiedType.isNull() ||
236 if (T.isNull() || !T->isObjCRetainableType())

Completed in 2292 milliseconds

<<11121314151617181920>>