HomeSort by relevance Sort by last modified time
    Searched refs:GetPosition (Results 76 - 100 of 235) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/ppapi/cpp/
input_event.cc 122 Point MouseInputEvent::GetPosition() const {
125 return get_interface<PPB_MouseInputEvent_1_1>()->GetPosition(pp_resource());
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 101 (*caller)->GetPosition(caller, &pMsec);
107 (*caller)->GetPosition(caller, &pMsec);
slesTestDecodeAac.cpp 211 SLresult res = (*caller)->GetPosition(caller, &position);
388 res = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &position);
569 res = (*playItf)->GetPosition(playItf, &position);
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp 116 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId);
123 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 136 result = (*caller)->GetPosition(caller, &position);
213 result = (*playerPlay)->GetPosition(playerPlay, &position);
560 result = (*playerPlay)->GetPosition(playerPlay, &position);
590 result = (*playerPlay)->GetPosition(playerPlay, &position);
    [all...]
  /external/chromium_org/pdf/
instance.cc 379 pp::Point point = mouse_event.GetPosition();
400 pp::Point pos = mouse_event.GetPosition();
423 pp::Point pt = mouse_event.GetPosition();
464 pp::Point point = mouse_event.GetPosition();
477 !available_area_.Contains(mouse_event.GetPosition())) {
482 temp.Contains(mouse_event_dip.GetPosition())) ||
484 temp.Contains(mouse_event_dip.GetPosition()))) {
555 (mouse_event.GetPosition().y() <= 0 ||
556 mouse_event.GetPosition().y() >= (plugin_dip_size_.height() - 1))) {
558 PP_SCROLLBY_LINE, mouse_event.GetPosition().y() >= 0 ? 1: -1)
    [all...]
thumbnail_control.cc 236 pp::Point pt = mouse_event.GetPosition();
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream_unittest.cc 63 virtual bool GetPosition(size_t* position) const {
100 EXPECT_TRUE(stream->GetPosition(&bytes));
108 EXPECT_TRUE(stream->GetPosition(&bytes));
multipart.cc 219 bool MultipartStream::GetPosition(size_t* position) const {
  /external/chromium_org/third_party/webrtc/base/
stream_unittest.cc 46 virtual bool GetPosition(size_t* position) const {
83 EXPECT_TRUE(stream->GetPosition(&bytes));
91 EXPECT_TRUE(stream->GetPosition(&bytes));
multipart.cc 204 bool MultipartStream::GetPosition(size_t* position) const {
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 563 * GetPosition() returns the pixel location of a mouse input event. When
574 [returnByValue] PP_Point GetPosition([in] PP_Resource mouse_event);
    [all...]
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 426 int BaseScrollBar::GetPosition() const {
427 return thumb_->GetPosition();
native_scroll_bar_views.cc 336 int NativeScrollBarViews::GetPosition() const {
337 return BaseScrollBar::GetPosition();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h 718 virtual HRESULT STDMETHODCALLTYPE GetPosition(
750 HRESULT (STDMETHODCALLTYPE *GetPosition)(
773 #define IAudioClock_GetPosition(This,pu64Position,pu64QPCPosition) (This)->lpVtbl->GetPosition(This,pu64Position,pu64QPCPosition)
791 return This->lpVtbl->GetPosition(This,pu64Position,pu64QPCPosition);
840 virtual HRESULT STDMETHODCALLTYPE GetPosition(
865 HRESULT (STDMETHODCALLTYPE *GetPosition)(
883 #define IAudioClock2_GetPosition(This,DevicePosition,QPCPosition) (This)->lpVtbl->GetPosition(This,DevicePosition,QPCPosition)
897 return This->lpVtbl->GetPosition(This,DevicePosition,QPCPosition);
    [all...]
  /external/chromium_org/content/browser/geolocation/
network_location_provider.cc 134 void NetworkLocationProvider::GetPosition(Geoposition* position) {
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 89 mouse_ = mouse_event.GetPosition();
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlparser.cc 259 XmlParser::ParseContext::GetPosition(unsigned long * line,
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 93 FX_FILESIZE CFXCRT_FileAccess_CRT::GetPosition() const
fxcrt_windows.cpp 114 FX_FILESIZE CFXCRT_FileAccess_Win64::GetPosition() const
  /external/pdfium/core/src/fxge/apple/
apple_int.h 205 virtual FX_FILESIZE GetPosition()
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 238 res = (*playItf)->GetPosition(playItf, &currentPositionInMsec);
241 fprintf(stderr, "Error: GetPosition returns SL_TIME_UNKNOWN after expected duration\n");
245 fprintf(stderr, "Error: GetPosition returns %i, should be expected duration for test\n",
  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 137 inline const Position& GetPosition(uint32_t id) const {
580 const Position& position = movement.GetPosition(id);
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 168 g_pMouseInput->GetPosition(event->as_resource);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 175 g_pMouseInput->GetPosition(event->as_resource);

Completed in 1442 milliseconds

1 2 34 5 6 7 8 910