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

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-utils.h 71 static inline int has_text(const char *text) function
  /external/chromium_org/cc/resources/
picture_pile_base.h 52 bool has_text() const { return has_text_; } function in class:cc::PicturePileBase
  /external/chromium_org/media/filters/
chunk_demuxer_unittest.cc 199 DCHECK(stream_flags & HAS_TEXT);
213 bool has_text = (stream_flags & HAS_TEXT) != 0; local
246 if (has_text) {
322 if (has_text) {
653 HAS_TEXT = 1 << 2
693 bool has_text) {
706 if (has_text) {
707 audio_flags |= HAS_TEXT;
708 video_flags |= HAS_TEXT;
    [all...]

Completed in 364 milliseconds