OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripFrontSpaces
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderText.h
85
float& minW, float& maxW, bool&
stripFrontSpaces
);
RenderText.cpp
624
float& minW, float& maxW, bool&
stripFrontSpaces
)
628
stripFrontSpaces
= false;
633
beginWS = !
stripFrontSpaces
&& m_hasBeginWS;
638
if (!len || (
stripFrontSpaces
&& text()->containsOnlyWhitespace())) {
662
if (
stripFrontSpaces
) {
670
stripFrontSpaces
= collapseWhiteSpace && m_hasEndWS;
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 62 milliseconds