Home
last modified time | relevance | path

Searched refs:GetPosition (Results 1 – 25 of 53) sorted by relevance

123

/third_party/node/deps/v8/src/torque/
Dinstance-type-generator.cc66 .Position(type_tree->type->GetPosition()); in BuildInstanceTypeTree()
101 .Position(root->type->GetPosition()); in PropagateInstanceTypeConstraints()
117 .Position(root->type->GetPosition()); in SelectOwnValues()
147 .Position(root->type->GetPosition()); in SolveInstanceTypeConstraints()
169 .Position(child->type->GetPosition()); in SolveInstanceTypeConstraints()
176 .Position(child->type->GetPosition()); in SolveInstanceTypeConstraints()
184 .Position(child->type->GetPosition()); in SolveInstanceTypeConstraints()
330 << ") /* " << root->type->GetPosition() << " */\\\n"; in PrintInstanceTypes()
331 values << " V(" << type_name << ") /* " << root->type->GetPosition() in PrintInstanceTypes()
340 << ") /* " << root->type->GetPosition() << " */ \\\n"; in PrintInstanceTypes()
Dtypes.h629 SourcePosition GetPosition() const { return decl_->pos; } in GetPosition() function
763 SourcePosition GetPosition() const { return decl_->pos; } in GetPosition() function
/third_party/cef/include/views/
Dcef_overlay_controller.h155 virtual CefPoint GetPosition() = 0;
Dcef_view.h223 virtual CefPoint GetPosition() = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Doverlay_controller_ctocpp.h54 CefPoint GetPosition() override;
Dview_ctocpp.h72 CefPoint GetPosition() override;
Dbutton_ctocpp.h70 CefPoint GetPosition() override;
Dscroll_view_ctocpp.h70 CefPoint GetPosition() override;
Dbrowser_view_ctocpp.h66 CefPoint GetPosition() override;
Dpanel_ctocpp.h83 CefPoint GetPosition() override;
Dmenu_button_ctocpp.h89 CefPoint GetPosition() override;
Dlabel_button_ctocpp.h85 CefPoint GetPosition() override;
Dtextfield_ctocpp.h96 CefPoint GetPosition() override;
Doverlay_controller_ctocpp.cc216 NO_SANITIZE("cfi-icall") CefPoint CefOverlayControllerCToCpp::GetPosition() { in GetPosition() function in CefOverlayControllerCToCpp
Dwindow_ctocpp.h126 CefPoint GetPosition() override;
/third_party/lzma/CPP/Windows/
DFileIO.cpp203 bool CFileBase::GetPosition(UInt64 &position) const throw() in GetPosition() function in NWindows::NFile::NIO::CFileBase
238 GetPosition(newPosition); in Seek()
599 if (!GetPosition(currentPos)) in SetLength_KeepPosition()
DFileIO.h157 bool GetPosition(UInt64 &position) const throw();
/third_party/openmax/api/1.1.2/
DOMX_ContentPipe.h153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition); member
/third_party/cef/libcef/browser/views/
Dview_impl.h387 CefPoint GetPosition() override;
570 CEF_VIEW_IMPL_T CefPoint CEF_VIEW_IMPL_D::GetPosition() { in GetPosition() function
Doverlay_view_host.cc111 CefPoint GetPosition() override { in GetPosition() function in __anon7ef999310111::CefOverlayControllerImpl
/third_party/cef/libcef_dll/cpptoc/views/
Doverlay_controller_cpptoc.cc261 cef_point_t _retval = CefOverlayControllerCppToC::Get(self)->GetPosition(); in overlay_controller_get_position()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioInputStreamOpenSLES.cpp341 SLresult slResult = (*mRecordInterface)->GetPosition(mRecordInterface, &msec); in updateServiceFrameCounter()
DAudioOutputStreamOpenSLES.cpp437 SLresult slResult = (*mPlayInterface)->GetPosition(mPlayInterface, &msec); in updateServiceFrameCounter()
/third_party/cef/tests/ceftests/views/
Dpanel_unittest.cc667 EXPECT_EQ(CefPoint(100, 100), panel->GetPosition()); in SizeNoDelegateImpl()
676 EXPECT_EQ(CefPoint(50, 50), panel->GetPosition()); in SizeNoDelegateImpl()
682 EXPECT_EQ(CefPoint(50, 50), panel->GetPosition()); in SizeNoDelegateImpl()
/third_party/gstreamer/gstplugins_bad/sys/opensles/
Dopenslesringbuffer.c369 (*caller)->GetPosition (caller, &position); in _opensles_player_event_cb()
972 (*thiz->playerPlay)->GetPosition (thiz->playerPlay, &position); in gst_opensles_ringbuffer_delay()

123