HomeSort by relevance Sort by last modified time
    Searched defs:GetStartPosition (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc 97 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 {
  /external/chromium_org/v8/src/
liveedit.h 314 int GetStartPosition() {
api.cc     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 457 FX_POSITION CFX_CMapByteStringToPtr::GetStartPosition() const
604 FX_POSITION CFX_CMapDWordToDWord::GetStartPosition() const
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 768 FX_POSITION GetStartPosition() const
770 return m_IndirectObjs.GetStartPosition();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 672 DXLISTPOS GetStartPosition() const;
700 inline DXLISTPOS CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::GetStartPosition() const { return (m_nCount==0) ? NULL : DX_BEFORE_START_POSITION; }
  /external/pdfium/core/include/fxcrt/
fx_basic.h 879 FX_POSITION GetStartPosition() const
969 FX_POSITION GetStartPosition() const;
1017 FX_POSITION GetStartPosition() const
1069 FX_POSITION GetStartPosition() const;
    [all...]

Completed in 102 milliseconds