/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 | 83 ASSERT(!hasContent()); in setContent() 97 ASSERT(!hasContent()); in removeContent() 102 if (hasContent()) { in removeContent() 123 ASSERT(!hasContent()); in appendData() 132 ASSERT(!hasContent()); in decodeDataToContent() 216 if (resourceData->hasContent()) in setResourceContent() 360 if (resourceData->hasContent() || resourceData->hasData()) in ensureNoDataForRequestId()
|
D | NetworkResourcesData.h | 95 bool hasContent() const { return !m_content.isNull(); } in hasContent() function
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | abstract_node_walker.js | 50 } while (node && !cvox.DomUtil.hasContent(node)); 95 if (!cvox.DomUtil.hasContent(node)) {
|
/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/network/ |
D | RequestHTMLView.js | 48 hasContent: function() method in WebInspector.RequestHTMLView
|
D | RequestView.js | 49 hasContent: function() method in WebInspector.RequestView
|
D | RequestJSONView.js | 93 hasContent: function() method in WebInspector.RequestJSONView
|
D | NetworkItemView.js | 137 hasContent: function() method in WebInspector.RequestContentView
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLBRElement.cpp | 67 if (style->hasContent()) in createRenderer()
|
D | HTMLFrameSetElement.cpp | 160 if (style->hasContent()) in createRenderer()
|
D | HTMLImageElement.cpp | 264 if (style->hasContent()) in createRenderer()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | group_util.js | 126 if (cvox.DomUtil.hasContent(breakingNodes[i])) {
|
D | dom_util.js | 759 while (prevNode && (!cvox.DomUtil.hasContent(prevNode) || 766 while (nextNode && (!cvox.DomUtil.hasContent(nextNode) || 952 cvox.DomUtil.hasContent = function(node) { function in cvox.DomUtil 2119 while (node && !cvox.DomUtil.hasContent(node)) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
D | ResourceView.js | 47 hasContent: function() method in WebInspector.ResourceView
|
D | FontView.js | 50 hasContent: function() method in WebInspector.FontView
|
D | ImageView.js | 44 hasContent: function() method in WebInspector.ImageView
|
D | SourceFrame.js | 183 hasContent: function() method in WebInspector.SourceFrame
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | profile_menu_controller.mm | 246 BOOL hasContent = [self insertItemsIntoMenu:menu atOffset:0 fromDock:NO]; 248 [mainMenuItem_ setHidden:!hasContent];
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | ScreencastView.js | 629 var hasContent = model.content && config.contentColor !== transparentColor; 643 if (hasPadding && (!hasContent || !this._quadsAreEqual(model.padding, model.content))) { 647 if (hasContent)
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …hasContent()&&this.enabled){this.$element.trigger(u);if(u.isDefaultPrevented())return;t=this.tip()… method
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 217 bool hasContent() const { return !UnitDie.getChildren().empty(); } in hasContent() function
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 977 if (!cvox.DomUtil.hasContent(document.body)) {
|