/external/jdiff/src/jdiff/ |
D | Modifiers.java | 63 boolean hasContent = false; in diff() 70 hasContent = true; in diff() 73 if (hasContent) in diff() 80 hasContent = true; in diff() 83 if (hasContent) in diff() 89 hasContent = true; in diff() 94 if (hasContent) in diff() 98 hasContent = true; in diff()
|
D | ClassDiff.java | 88 boolean hasContent = false; in diff() 92 hasContent = true; in diff() 122 if (hasContent) in diff() 128 hasContent = true; in diff() 131 if (hasContent) in diff() 137 hasContent = true; in diff()
|
D | HTMLReportGenerator.java | 1698 boolean hasContent = false; in emitChanges() 1717 hasContent = true; in emitChanges() 1731 if (hasContent) in emitChanges() 1742 hasContent = true; in emitChanges() 1749 if (hasContent) in emitChanges() 1819 hasContent = true; in emitChanges() 1823 if (hasContent) in emitChanges() 1826 hasContent = true; in emitChanges() 1831 if (hasContent) in emitChanges() 1834 hasContent = true; in emitChanges() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | NetworkResourcesData.cpp | 81 ASSERT(!hasContent()); in setContent() 95 ASSERT(!hasContent()); in removeContent() 100 if (hasContent()) { in removeContent() 121 ASSERT(!hasContent()); in appendData() 130 ASSERT(!hasContent()); in decodeDataToContent() 211 if (resourceData->hasContent()) in setResourceContent() 376 if (resourceData->hasContent() || resourceData->hasData()) in ensureNoDataForRequestId()
|
D | NetworkResourcesData.h | 91 bool hasContent() const { return !m_content.isNull(); } in hasContent() function
|
D | InspectorResourceAgent.cpp | 623 if (resourceData->hasContent()) { in getResponseBody()
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | VCard.java | 614 private boolean hasContent() { in hasContent() method in VCard 721 appendTag("vCard", "xmlns", "vcard-temp", hasContent(), new ContentBuilder() { in write() 841 private void appendTag(String tag, String attr, String attrValue, boolean hasContent, in appendTag() argument 848 if (hasContent) { in appendTag() 858 private void appendTag(String tag, boolean hasContent, ContentBuilder builder) { in appendTag() argument 859 appendTag(tag, null, null, hasContent, builder); in appendTag()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | RequestHTMLView.js | 45 hasContent: function() method in WebInspector.RequestHTMLView
|
D | RequestView.js | 46 hasContent: function() method in WebInspector.RequestView
|
D | ResourceView.js | 44 hasContent: function() method in WebInspector.ResourceView
|
D | RequestJSONView.js | 81 hasContent: function() method in WebInspector.RequestJSONView
|
D | FontView.js | 47 hasContent: function() method in WebInspector.FontView
|
D | NetworkItemView.js | 126 hasContent: function() method in WebInspector.RequestContentView
|
D | CSSNamedFlowCollectionsView.js | 101 _setSidebarHasContent: function(hasContent) argument 103 if (hasContent) {
|
D | ImageView.js | 41 hasContent: function() method in WebInspector.ImageView
|
D | ScreencastView.js | 522 var hasContent = model.content && config.contentColor !== transparentColor; 536 if (hasPadding && (!hasContent || !this._quadsAreEqual(model.padding, model.content))) { 540 if (hasContent)
|
D | SourceFrame.js | 158 hasContent: function() method in WebInspector.SourceFrame
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLBRElement.cpp | 70 if (style->hasContent()) in createRenderer()
|
D | HTMLFrameSetElement.cpp | 164 if (style->hasContent()) in createRenderer()
|
D | HTMLImageElement.cpp | 165 if (style->hasContent()) in createRenderer()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | profile_menu_controller.mm | 236 BOOL hasContent = [self insertItemsIntoMenu:menu atOffset:0 fromDock:NO]; 238 [mainMenuItem_ setHidden:!hasContent];
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 128 bool hasContent() const { return !CUDie->getChildren().empty(); } in hasContent() function
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 894 public boolean hasContent() { in hasContent() method in SIPMessage
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | jquery-1.6.4.js | 7333 s.hasContent = !rnoContent.test( s.type ); 7341 if ( !s.hasContent ) { 7366 if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { 7950 xhr.send( ( s.hasContent && s.data ) || null );
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 1453 bool hasContent() const { return contentData(); } in hasContent() function
|