/external/chromium_org/cc/resources/ |
managed_tile_state.h | 85 void SetHasTextForTesting(bool has_text) { 86 has_text_ = has_text; 104 void set_has_text(bool has_text) { 105 has_text_ = has_text;
|
picture_pile_impl.h | 70 bool has_text; member in struct:cc::PicturePileImpl::Analysis
|
tile.h | 101 bool has_text(RasterMode mode) const { function in class:cc::Tile
|
picture_pile_impl.cc | 343 analysis->has_text = canvas.HasText(); 348 has_text(false) {
|
tile_manager.cc | [all...] |
/external/chromium_org/media/filters/ |
chunk_demuxer_unittest.cc | 169 void CreateInitSegment(bool has_audio, bool has_video, bool has_text, 205 if (has_text) { 276 if (has_text) { 402 bool has_text) { 404 source_id, has_audio, has_video, has_text, false, false); 409 bool has_text, 414 CreateInitSegment(has_audio, has_video, has_text, 462 bool has_audio, bool has_video, bool has_text, 479 kSourceId, has_audio, has_video, has_text, 486 bool has_text) { [all...] |
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
synced_notification.cc | 514 simple_expanded_layout().has_text())
|