Home
last modified time | relevance | path

Searched refs:hasContent (Results 1 – 25 of 28) 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.cpp81 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()
DNetworkResourcesData.h91 bool hasContent() const { return !m_content.isNull(); } in hasContent() function
DInspectorResourceAgent.cpp623 if (resourceData->hasContent()) { in getResponseBody()
/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/
DRequestHTMLView.js45 hasContent: function() method in WebInspector.RequestHTMLView
DRequestView.js46 hasContent: function() method in WebInspector.RequestView
DResourceView.js44 hasContent: function() method in WebInspector.ResourceView
DRequestJSONView.js81 hasContent: function() method in WebInspector.RequestJSONView
DFontView.js47 hasContent: function() method in WebInspector.FontView
DNetworkItemView.js126 hasContent: function() method in WebInspector.RequestContentView
DCSSNamedFlowCollectionsView.js101 _setSidebarHasContent: function(hasContent) argument
103 if (hasContent) {
DImageView.js41 hasContent: function() method in WebInspector.ImageView
DScreencastView.js522 var hasContent = model.content && config.contentColor !== transparentColor;
536 if (hasPadding && (!hasContent || !this._quadsAreEqual(model.padding, model.content))) {
540 if (hasContent)
DSourceFrame.js158 hasContent: function() method in WebInspector.SourceFrame
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBRElement.cpp70 if (style->hasContent()) in createRenderer()
DHTMLFrameSetElement.cpp164 if (style->hasContent()) in createRenderer()
DHTMLImageElement.cpp165 if (style->hasContent()) in createRenderer()
/external/chromium_org/chrome/browser/ui/cocoa/
Dprofile_menu_controller.mm236 BOOL hasContent = [self insertItemsIntoMenu:menu atOffset:0 fromDock:NO];
238 [mainMenuItem_ setHidden:!hasContent];
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h128 bool hasContent() const { return !CUDie->getChildren().empty(); } in hasContent() function
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java894 public boolean hasContent() { in hasContent() method in SIPMessage
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js7333 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/
DRenderStyle.h1453 bool hasContent() const { return contentData(); } in hasContent() function

12