Home
last modified time | relevance | path

Searched refs:SelectionStart (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp145 Property(pValue, XFA_Event::SelectionStart, bSetting); in selStart()
208 dwFlag != XFA_Event::SelectionStart && in Property()
262 case XFA_Event::SelectionStart: in Property()
Dcjx_eventpseudomodel.h28 SelectionStart, enumerator
/external/mesa3d/src/imgui/
Dimgui_memory_editor.h334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback()
339 data->SelectionStart = 0; in Callback()
Dimgui.h1437 …int SelectionStart; // // Read-write // [Co… member
1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars()
3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars()
3538 …const int utf8_selection_start = callback_data.SelectionStart = ImTextCountUtf8BytesFromStr(text, … in InputTextEx()
3549SelectionStart != utf8_selection_start) { edit_state.StbState.select_start = ImTextCountCharsFrom… in InputTextEx()