Searched defs:GetStartPosition (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.cc97 if (GetStartPosition() != GetEndPosition() ||
130 if ((event_pos - GetStartPosition()).LengthSquared() <=
289 const gfx::PointF position = GetStartPosition();
313 start_selection_handle_->SetPosition(GetStartPosition());
326 client_->OnSelectionEvent(INSERTION_SHOWN, GetStartPosition());
362 client_->OnSelectionEvent(SELECTION_SHOWN, GetStartPosition());
386 const gfx::PointF& TouchSelectionController::GetStartPosition() const { function in class:content::TouchSelectionController
/external/chromium_org/v8/src/
H A Dliveedit.h314 int GetStartPosition() { function in class:v8::internal::FunctionInfoWrapper
H A Dapi.cc2152 int Message::GetStartPosition() const { function in class:v8::Message
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp457 FX_POSITION CFX_CMapByteStringToPtr::GetStartPosition() const function in class:CFX_CMapByteStringToPtr
604 FX_POSITION CFX_CMapDWordToDWord::GetStartPosition() const function in class:CFX_CMapDWordToDWord
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h768 FX_POSITION GetStartPosition() const function in class:CPDF_IndirectObjects
770 return m_IndirectObjs.GetStartPosition();
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h879 FX_POSITION GetStartPosition() const function in class:CFX_MapPtrToPtr
969 FX_POSITION GetStartPosition() const;
1017 FX_POSITION GetStartPosition() const function in class:CFX_MapByteStringToPtr
1069 FX_POSITION GetStartPosition() const;

Completed in 1174 milliseconds