OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setIsText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h
114
void
setIsText
(bool isText) { m_bitfields.
setIsText
(isText); }
RenderObject.h
651
void
setIsText
() { m_bitfields.
setIsText
(true); }
[
all
...]
Completed in 33 milliseconds