OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_activeSelectionAnchorIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp
71
,
m_activeSelectionAnchorIndex
(-1)
197
if (
m_activeSelectionAnchorIndex
>= 0)
198
return
m_activeSelectionAnchorIndex
;
580
m_activeSelectionAnchorIndex
= index;
601
ASSERT(!listItems().size() ||
m_activeSelectionAnchorIndex
>= 0);
603
unsigned start = min(
m_activeSelectionAnchorIndex
, m_activeSelectionEndIndex);
604
unsigned end = max(
m_activeSelectionAnchorIndex
, m_activeSelectionEndIndex);
712
m_activeSelectionAnchorIndex
= -1;
833
if (
m_activeSelectionAnchorIndex
< 0 || shouldDeselect)
[
all
...]
HTMLSelectElement.h
205
int
m_activeSelectionAnchorIndex
;
Completed in 23 milliseconds