OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autoWrap
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp
676
|| !bidiRuns.logicallyLastRun()->m_object->style()->
autoWrap
())
773
bool
autowrap
= style()->autoWrap();
local
[
all
...]
RenderBlock.cpp
[
all
...]
/external/webkit/Source/WebCore/rendering/style/
RenderStyle.h
512
static bool
autoWrap
(EWhiteSpace ws)
518
bool
autoWrap
() const
520
return
autoWrap
(whiteSpace());
[
all
...]
Completed in 636 milliseconds