OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectionStart
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderReplaced.cpp
355
int
selectionStart
, selectionEnd;
356
selectionStartEnd(
selectionStart
, selectionEnd);
357
if (s ==
SelectionStart
)
358
return
selectionStart
== 0;
364
return
selectionStart
== 0 && selectionEnd == end;
RootInlineBox.cpp
365
if ((boxState == RenderObject::
SelectionStart
&& state == RenderObject::SelectionEnd) ||
366
(boxState == RenderObject::SelectionEnd && state == RenderObject::
SelectionStart
))
369
((boxState == RenderObject::
SelectionStart
|| boxState == RenderObject::SelectionEnd) &&
[
all
...]
InlineTextBox.cpp
121
if (state == RenderObject::
SelectionStart
|| state == RenderObject::SelectionEnd || state == RenderObject::SelectionBoth) {
128
bool end = (state != RenderObject::
SelectionStart
&& endPos > m_start && endPos <= lastSelectable);
132
state = RenderObject::
SelectionStart
;
136
(state == RenderObject::
SelectionStart
|| endPos > lastSelectable))
[
all
...]
RenderText.cpp
[
all
...]
RenderObject.h
674
SelectionStart
, // The object either contains the start of a selection run or is the start of a run
[
all
...]
RenderView.cpp
474
start->setSelectionState(
SelectionStart
);
RenderBoxModelObject.cpp
220
if ((s ==
SelectionStart
&& selectionState() == SelectionEnd)
221
|| (s == SelectionEnd && selectionState() ==
SelectionStart
))
[
all
...]
RenderBlock.cpp
[
all
...]
RenderObject.cpp
[
all
...]
Completed in 565 milliseconds