Lines Matching refs:LONG
78 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child);
81 STDMETHODIMP accLocation(LONG* x_left,
82 LONG* y_top,
83 LONG* width,
84 LONG* height,
88 STDMETHODIMP accNavigate(LONG nav_dir, VARIANT start, VARIANT* end);
94 STDMETHODIMP get_accChildCount(LONG* child_count);
127 STDMETHODIMP accSelect(LONG flags_sel, VARIANT var_id);
131 LONG* topic_id);
148 STDMETHODIMP role(LONG* role);
159 STDMETHODIMP get_uniqueID(LONG* unique_id);
165 STDMETHODIMP get_indexInParent(LONG* index_in_parent);
171 STDMETHODIMP get_nRelations(LONG* n_relations) { in get_nRelations()
174 STDMETHODIMP get_relation(LONG relation_index, in get_relation()
178 STDMETHODIMP get_relations(LONG max_relations, in get_relations()
180 LONG* n_relations) { in get_relations()
187 LONG x, in scrollToPoint()
188 LONG y) { in scrollToPoint()
191 STDMETHODIMP get_groupPosition(LONG* group_level, in get_groupPosition()
192 LONG* similar_items_in_group, in get_groupPosition()
193 LONG* position_in_group) { in get_groupPosition()
199 STDMETHODIMP get_nExtendedStates(LONG* n_extended_states) { in get_nExtendedStates()
202 STDMETHODIMP get_extendedStates(LONG max_extended_states, in get_extendedStates()
204 LONG* n_extended_states) { in get_extendedStates()
207 STDMETHODIMP get_localizedExtendedStates(LONG max_localized_extended_states, in get_localizedExtendedStates()
209 LONG* n_localized_extended_states) { in get_localizedExtendedStates()
223 LONG* x, LONG* y);
225 STDMETHODIMP get_imageSize(LONG* height, LONG* width);
231 STDMETHODIMP get_nCharacters(LONG* n_characters);
233 STDMETHODIMP get_caretOffset(LONG* offset);
235 STDMETHODIMP get_nSelections(LONG* n_selections);
237 STDMETHODIMP get_selection(LONG selection_index,
238 LONG* start_offset,
239 LONG* end_offset);
241 STDMETHODIMP get_text(LONG start_offset, LONG end_offset, BSTR* text);
243 STDMETHODIMP get_textAtOffset(LONG offset,
245 LONG* start_offset, LONG* end_offset,
248 STDMETHODIMP get_textBeforeOffset(LONG offset,
250 LONG* start_offset, LONG* end_offset,
253 STDMETHODIMP get_textAfterOffset(LONG offset,
255 LONG* start_offset, LONG* end_offset,
259 STDMETHODIMP addSelection(LONG start_offset, LONG end_offset) { in addSelection()
262 STDMETHODIMP get_attributes(LONG offset, LONG* start_offset, LONG* end_offset, in get_attributes()
266 STDMETHODIMP get_characterExtents(LONG offset, in get_characterExtents()
268 LONG* x, LONG* y, in get_characterExtents()
269 LONG* width, LONG* height) { in get_characterExtents()
272 STDMETHODIMP get_offsetAtPoint(LONG x, LONG y, in get_offsetAtPoint()
274 LONG* offset) { in get_offsetAtPoint()
277 STDMETHODIMP removeSelection(LONG selection_index) { in removeSelection()
280 STDMETHODIMP setCaretOffset(LONG offset) { in setCaretOffset()
283 STDMETHODIMP setSelection(LONG selection_index, in setSelection()
284 LONG start_offset, in setSelection()
285 LONG end_offset) { in setSelection()
288 STDMETHODIMP scrollSubstringTo(LONG start_index, in scrollSubstringTo()
289 LONG end_index, in scrollSubstringTo()
293 STDMETHODIMP scrollSubstringToPoint(LONG start_index, LONG end_index, in scrollSubstringToPoint()
295 LONG x, LONG y) { in scrollSubstringToPoint()
476 LONG FindBoundary(const string16& text,
478 LONG start_offset,
479 LONG direction);