Searched refs:GetEndPosition (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.cc97 if (GetStartPosition() != GetEndPosition() ||
131 (event_pos - GetEndPosition()).LengthSquared())
314 end_selection_handle_->SetPosition(GetEndPosition());
390 const gfx::PointF& TouchSelectionController::GetEndPosition() const { function in class:content::TouchSelectionController
H A Dtouch_selection_controller.h112 const gfx::PointF& GetEndPosition() const;
/external/chromium_org/v8/src/
H A Dliveedit.h318 int GetEndPosition() { return this->GetSmiValueField(kEndPositionOffset_); } function in class:v8::internal::FunctionInfoWrapper
H A Dliveedit.cc1219 int end_position = compile_info_wrapper.GetEndPosition();
H A Dapi.cc2162 int Message::GetEndPosition() const { function in class:v8::Message
/external/chromium_org/v8/include/
H A Dv8.h1272 int GetEndPosition() const;
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc14553 CHECK_EQ(92, message->GetEndPosition());

Completed in 213 milliseconds