Home
last modified time | relevance | path

Searched refs:hasContent (Results 1 – 25 of 32) sorted by relevance

12

/external/jdiff/src/jdiff/
DModifiers.java63 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()
DClassDiff.java88 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()
DHTMLReportGenerator.java1698 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/
DNetworkResourcesData.cpp83 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()
DNetworkResourcesData.h95 bool hasContent() const { return !m_content.isNull(); } in hasContent() function
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dabstract_node_walker.js50 } while (node && !cvox.DomUtil.hasContent(node));
95 if (!cvox.DomUtil.hasContent(node)) {
/external/smack/src/org/jivesoftware/smackx/packet/
DVCard.java614 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/
DRequestHTMLView.js48 hasContent: function() method in WebInspector.RequestHTMLView
DRequestView.js49 hasContent: function() method in WebInspector.RequestView
DRequestJSONView.js93 hasContent: function() method in WebInspector.RequestJSONView
DNetworkItemView.js137 hasContent: function() method in WebInspector.RequestContentView
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBRElement.cpp67 if (style->hasContent()) in createRenderer()
DHTMLFrameSetElement.cpp160 if (style->hasContent()) in createRenderer()
DHTMLImageElement.cpp264 if (style->hasContent()) in createRenderer()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dgroup_util.js126 if (cvox.DomUtil.hasContent(breakingNodes[i])) {
Ddom_util.js759 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/
DResourceView.js47 hasContent: function() method in WebInspector.ResourceView
DFontView.js50 hasContent: function() method in WebInspector.FontView
DImageView.js44 hasContent: function() method in WebInspector.ImageView
DSourceFrame.js183 hasContent: function() method in WebInspector.SourceFrame
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Dprofile_menu_controller.mm246 BOOL hasContent = [self insertItemsIntoMenu:menu atOffset:0 fromDock:NO];
248 [mainMenuItem_ setHidden:!hasContent];
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScreencastView.js629 var hasContent = model.content && config.contentColor !== transparentColor;
643 if (hasPadding && (!hasContent || !this._quadsAreEqual(model.padding, model.content))) {
647 if (hasContent)
/external/okhttp/website/static/
Dbootstrap.min.js6hasContent()&&this.enabled){this.$element.trigger(u);if(u.isDefaultPrevented())return;t=this.tip()… method
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h217 bool hasContent() const { return !UnitDie.getChildren().empty(); } in hasContent() function
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dnavigation_manager.js977 if (!cvox.DomUtil.hasContent(document.body)) {

12