Home
last modified time | relevance | path

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

12

/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;
Dbrowser_view_ctocpp.h66 CefPoint GetPosition() override;
Dbutton_ctocpp.h70 CefPoint GetPosition() override;
Dscroll_view_ctocpp.h70 CefPoint GetPosition() override;
Dpanel_ctocpp.h83 CefPoint GetPosition() override;
Dlabel_button_ctocpp.h85 CefPoint GetPosition() override;
Dmenu_button_ctocpp.h89 CefPoint GetPosition() override;
Dtextfield_ctocpp.h96 CefPoint GetPosition() override;
Dwindow_ctocpp.h126 CefPoint GetPosition() override;
Doverlay_controller_ctocpp.cc216 NO_SANITIZE("cfi-icall") CefPoint CefOverlayControllerCToCpp::GetPosition() { in GetPosition() function in CefOverlayControllerCToCpp
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_mouse.c245 SDL_DFB_CHECKERR(windata->dfbwin->GetPosition(windata->dfbwin, &cx, &cy)); in DirectFB_WarpMouse()
349 SDL_DFB_CHECKERR(windata->dfbwin->GetPosition(windata->dfbwin, &cx, &cy)); in DirectFB_WarpMouse()
/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 __anon70780cf00111::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/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclevents.c372 location = driverdata->ppb_mouse_input_event->GetPosition(event); in NACL_PumpEvents()
/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()
/third_party/openSLES/api/1.0/
DOpenSLES.h947 SLresult (*GetPosition) ( member
1167 SLresult (*GetPosition) ( member
2171 SLresult (*GetPosition) ( member
/third_party/openSLES/api/1.0.1/
DOpenSLES.h950 SLresult (*GetPosition) ( member
1173 SLresult (*GetPosition) ( member
2177 SLresult (*GetPosition) ( member

12