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

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 164 protected function htmlTag($content, $tag, $attrName, $attrValue, $valueName)
269 if ($location = $this->htmlTag($content, 'meta', 'http-equiv', 'X-XRDS-Location', 'value')) {
279 $server = $this->htmlTag($content, 'link', 'rel', 'openid2.provider', 'href');
280 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid2.local_id', 'href');
285 $server = $this->htmlTag($content, 'link', 'rel', 'openid.server', 'href');
286 $delegate = $this->htmlTag($content, 'link', 'rel', 'openid.delegate', 'href');
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 78 milliseconds