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

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLSLPrettyPrint.cpp 53 if (this->hasToken("#") || this->hasToken("//")) {
55 } else if (this->hasToken("/*")) {
67 } else if (this->hasToken(")")) {
69 } else if (this->hasToken("(")) {
71 } else if (!parensDepth && this->hasToken(";")) {
89 // hasToken automatically consumes the next token, if it is a match, and then tabs
91 bool hasToken(const char* token) {
129 if (this->hasToken(token)) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 97 if (this.hasToken()) {
122 ChromeExOAuth.prototype.hasToken = function() {
438 if (!this.hasToken()) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 97 if (this.hasToken()) {
122 ChromeExOAuth.prototype.hasToken = function() {
438 if (!this.hasToken()) {
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 101 return hasToken();
138 public boolean hasToken() {
143 while (hasToken()) {
160 if (!hasToken()) { throw new NoSuchElementException(); }
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 496 milliseconds