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

  /frameworks/base/core/java/android/view/
Window.java 544 CharSequence curTitle = wp.getTitle();
553 if (curTitle == null || curTitle.length() == 0) {
577 if ((curTitle == null || curTitle.length() == 0)
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 292 var curTitle = "",
296 curTitle = origTitle = document.title;
297 if(typeof curTitle !== "string") { /* If they had an element with id "title" in their HTML */
298 curTitle = origTitle = readability.getInnerText(document.getElementsByTagName('title')[0]);
303 if(curTitle.match(/ [\|\-] /))
305 curTitle = origTitle.replace(/(.*)[\|\-] .*/gi,'$1');
307 if(curTitle.split(' ').length < 3) {
308 curTitle = origTitle.replace(/[^\|\-]*[\|\-](.*)/gi,'$1');
311 else if(curTitle.indexOf(': ') !== -1)
313 curTitle = origTitle.replace(/.*:(.*)/gi, '$1')
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 6128 milliseconds