/third_party/node/deps/v8/src/torque/ |
D | instance-type-generator.cc | 66 .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()
|
D | types.h | 629 SourcePosition GetPosition() const { return decl_->pos; } in GetPosition() function 763 SourcePosition GetPosition() const { return decl_->pos; } in GetPosition() function
|
/third_party/cef/include/views/ |
D | cef_overlay_controller.h | 155 virtual CefPoint GetPosition() = 0;
|
D | cef_view.h | 223 virtual CefPoint GetPosition() = 0;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | overlay_controller_ctocpp.h | 54 CefPoint GetPosition() override;
|
D | view_ctocpp.h | 72 CefPoint GetPosition() override;
|
D | button_ctocpp.h | 70 CefPoint GetPosition() override;
|
D | scroll_view_ctocpp.h | 70 CefPoint GetPosition() override;
|
D | browser_view_ctocpp.h | 66 CefPoint GetPosition() override;
|
D | panel_ctocpp.h | 83 CefPoint GetPosition() override;
|
D | menu_button_ctocpp.h | 89 CefPoint GetPosition() override;
|
D | label_button_ctocpp.h | 85 CefPoint GetPosition() override;
|
D | textfield_ctocpp.h | 96 CefPoint GetPosition() override;
|
D | overlay_controller_ctocpp.cc | 216 NO_SANITIZE("cfi-icall") CefPoint CefOverlayControllerCToCpp::GetPosition() { in GetPosition() function in CefOverlayControllerCToCpp
|
D | window_ctocpp.h | 126 CefPoint GetPosition() override;
|
/third_party/lzma/CPP/Windows/ |
D | FileIO.cpp | 203 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()
|
D | FileIO.h | 157 bool GetPosition(UInt64 &position) const throw();
|
/third_party/openmax/api/1.1.2/ |
D | OMX_ContentPipe.h | 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition); member
|
/third_party/cef/libcef/browser/views/ |
D | view_impl.h | 387 CefPoint GetPosition() override; 570 CEF_VIEW_IMPL_T CefPoint CEF_VIEW_IMPL_D::GetPosition() { in GetPosition() function
|
D | overlay_view_host.cc | 111 CefPoint GetPosition() override { in GetPosition() function in __anon7ef999310111::CefOverlayControllerImpl
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | overlay_controller_cpptoc.cc | 261 cef_point_t _retval = CefOverlayControllerCppToC::Get(self)->GetPosition(); in overlay_controller_get_position()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioInputStreamOpenSLES.cpp | 341 SLresult slResult = (*mRecordInterface)->GetPosition(mRecordInterface, &msec); in updateServiceFrameCounter()
|
D | AudioOutputStreamOpenSLES.cpp | 437 SLresult slResult = (*mPlayInterface)->GetPosition(mPlayInterface, &msec); in updateServiceFrameCounter()
|
/third_party/cef/tests/ceftests/views/ |
D | panel_unittest.cc | 667 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/ |
D | openslesringbuffer.c | 369 (*caller)->GetPosition (caller, &position); in _opensles_player_event_cb() 972 (*thiz->playerPlay)->GetPosition (thiz->playerPlay, &position); in gst_opensles_ringbuffer_delay()
|