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

  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 116 static const char* skip_past(const char* str, const char* skip) { function
137 s = skip_past(s, "curr-slide-title");
138 s = skip_past(s, "=");
139 s = skip_past(s, "\"");
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 115 static const char* skip_past(const char* str, const char* skip) { function
136 s = skip_past(s, "curr-slide-title");
137 s = skip_past(s, "=");
138 s = skip_past(s, "\"");
    [all...]

Completed in 39 milliseconds