OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_text_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
picture_pile_base.h
52
bool has_text() const { return
has_text_
; }
127
bool
has_text_
;
member in class:cc::PicturePileBase
picture_pile_base.cc
51
has_text_
(false),
75
has_text_
(other->
has_text_
),
picture_pile.cc
520
has_text_
|= picture->HasText();
/external/chromium_org/cc/test/
fake_picture_pile_impl.h
71
void set_has_text(bool has_text) {
has_text_
= has_text; }
Completed in 4379 milliseconds