HomeSort by relevance Sort by last modified time
    Searched refs:hasContent (Results 1 - 25 of 47) sorted by null

1 2

  /external/jdiff/src/jdiff/
Modifiers.java 63 boolean hasContent = false;
70 hasContent = true;
73 if (hasContent)
80 hasContent = true;
83 if (hasContent)
89 hasContent = true;
94 if (hasContent)
98 hasContent = true;
ClassDiff.java 88 boolean hasContent = false;
92 hasContent = true;
122 if (hasContent)
128 hasContent = true;
131 if (hasContent)
137 hasContent = true;
HTMLReportGenerator.java     [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java 94 public boolean hasContent();
VoicemailImpl.java 47 boolean hasContent) {
56 mHasContent = hasContent;
147 public Builder setHasContent(boolean hasContent) {
148 mBuilderHasContent = hasContent;
242 public boolean hasContent() {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RequestHTMLView.js 45 hasContent: function()
RequestView.js 46 hasContent: function()
ResourceView.js 44 hasContent: function()
RequestJSONView.js 81 hasContent: function()
FontView.js 47 hasContent: function()
NetworkItemView.js 126 hasContent: function()
ImageView.js 41 hasContent: function()
CSSNamedFlowCollectionsView.js 99 * @param {boolean} hasContent
101 _setSidebarHasContent: function(hasContent)
103 if (hasContent) {
ScreencastView.js 522 var hasContent = model.content && config.contentColor !== transparentColor;
536 if (hasPadding && (!hasContent || !this._quadsAreEqual(model.padding, model.content))) {
540 if (hasContent)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBRElement.cpp 70 if (style->hasContent())
HTMLFrameSetElement.cpp 164 if (style->hasContent())
HTMLImageElement.cpp 165 if (style->hasContent())
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.cpp 81 ASSERT(!hasContent());
95 ASSERT(!hasContent());
100 if (hasContent()) {
121 ASSERT(!hasContent());
130 ASSERT(!hasContent());
211 if (resourceData->hasContent())
376 if (resourceData->hasContent() || resourceData->hasData())
NetworkResourcesData.h 91 bool hasContent() const { return !m_content.isNull(); }
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 614 private boolean hasContent() {
721 appendTag("vCard", "xmlns", "vcard-temp", hasContent(), new ContentBuilder() {
841 private void appendTag(String tag, String attr, String attrValue, boolean hasContent,
848 if (hasContent) {
858 private void appendTag(String tag, boolean hasContent, ContentBuilder builder) {
859 appendTag(tag, null, null, hasContent, builder);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 211 public void onPostExecute(Boolean hasContent) {
212 if (hasContent) {
282 public void onPostExecute(Boolean hasContent) {
283 if (hasContent) {
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 322 * @param hasContent True if the display has unique content.
324 public void setHasContentLocked(boolean hasContent) {
325 mHasContent = hasContent;
DisplayManagerService.java     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 126 /// hasContent - Return true if this compile unit has something to write out.
128 bool hasContent() const { return !CUDie->getChildren().empty(); }

Completed in 4971 milliseconds

1 2