OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startStyle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.cpp
182
RenderStyle*
startStyle
= renderStyleOfEnclosingTextNode(start);
184
if (
startStyle
) {
189
if (
startStyle
->preserveNewline() && isNewLineAtPosition(start) && !isNewLineAtPosition(start.previous()) && start.offsetInContainerNode() > 0)
193
if (!
startStyle
->collapseWhiteSpace() && start.offsetInContainerNode() > 0) {
/cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java
133
int
startStyle
= mSpanSet.mSpanStartPositionStyle[count];
140
start + "," + end + " | " +
startStyle
+ " " + endStyle +
145
if (
startStyle
== SpanSet.INSIDE && endStyle == SpanSet.INSIDE &&
156
switch (
startStyle
) {
Completed in 425 milliseconds