HomeSort by relevance Sort by last modified time
    Searched refs:htmlView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RequestPreviewView.js 93 var htmlView = this._htmlView();
94 if (htmlView)
95 return htmlView;
105 var htmlView = this._htmlView();
106 if (htmlView)
107 return htmlView;
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 349 TextView htmlView = (TextView) rootView.findViewById(R.id.stream_item_html);
356 setDataOrHideIfNone(streamItem.getDecodedText(), htmlView);

Completed in 137 milliseconds