HomeSort by relevance Sort by last modified time
    Searched refs:GetPosition (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/wx/
MouseWheelEventWx.cpp 36 : m_position(event.GetPosition())
MouseEventWx.cpp 37 : m_position(event.GetPosition())
ScrollViewWx.cpp 81 pos.x = e.GetPosition();
83 pos.y = e.GetPosition();
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.h 54 virtual void GetPosition(unsigned long * line, unsigned long * column,
94 virtual void GetPosition(unsigned long * line, unsigned long * column,
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 70 int pos = (*iter)->GetPosition().y();
360 int min_x = (*iter)->GetPosition().x();
362 int min_y = (*iter)->GetPosition().y();
395 int current_x = (*iter)->GetPosition().x();
396 int current_y = (*iter)->GetPosition().y();
420 int current_x = (*iter)->GetPosition().x();
421 int current_y = (*iter)->GetPosition().y();
443 int current_x = (*balloons.begin())->GetPosition().x();
balloon.h 59 gfx::Point GetPosition() const {
  /external/chromium/chrome/browser/
background_application_list_model.h 63 int GetPosition(const Extension* extension) const;
background_mode_manager.cc 266 context_menu_application_offset_ + applications_.GetPosition(extension),
289 DCHECK(position == applications_.GetPosition(*cursor));
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 123 // be tempted to use GetSize() and GetPosition() to deduce the result of
176 virtual bool GetPosition(size_t* position) const { return false; }
294 virtual bool GetPosition(size_t* position) const {
295 return stream_->GetPosition(position);
375 virtual bool GetPosition(size_t* position) const;
428 virtual bool GetPosition(size_t* position) const;
497 virtual bool GetPosition(size_t* position) const;
630 virtual bool GetPosition(size_t* position) const;
stream.cc 235 stream->GetPosition(&start_);
243 stream->GetPosition(&start_);
277 bool StreamSegment::GetPosition(size_t* position) const {
280 if (!StreamAdapterInterface::GetPosition(position))
438 bool FileStream::GetPosition(size_t* position) const {
622 bool MemoryStreamBase::GetPosition(size_t *position) const {
982 bool StringStream::GetPosition(size_t* position) const {
  /system/media/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
101 fprintf(stdout, "after getPosition in SL_PLAYEVENT_HEADATEND handler\n");
113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
118 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
271 /* Test GetPosition every second */
275 res = (*playItf)->GetPosition(playItf, &posInMsec); CheckErr(res);
slesTestPlayUri.cpp 110 (*caller)->GetPosition(caller, &pMsec);
116 (*caller)->GetPosition(caller, &pMsec);
slesTestManyPlayers.cpp 116 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId);
123 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId);
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 195 gfx::Rect(balloon_->GetPosition().x(), balloon_->GetPosition().y(),
207 balloon_->GetPosition().x(), balloon_->GetPosition().y(),
284 SetBounds(balloon_->GetPosition().x(), balloon_->GetPosition().y(),
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 183 // Note that we use GetPosition(), rather than GetSize(), to avoid flush the
185 return stream_ && size && stream_->GetPosition(size);
  /frameworks/base/include/media/stagefright/openmax/
OMX_ContentPipe.h 170 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 153 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);
  /system/media/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 98 (*caller)->GetPosition(caller, &pMsec);
104 (*caller)->GetPosition(caller, &pMsec);
slesTestDecodeToBuffQueue.cpp 153 result = (*caller)->GetPosition(caller, &msec);
182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec);
232 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &posMsec);
slesTestDecodeAac.cpp 154 SLresult res = (*caller)->GetPosition(caller, &position);
328 res = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &position);
504 res = (*playItf)->GetPosition(playItf, &position);
714 res = (*playItf)->GetPosition(playItf, &position);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.h 112 gfx::Point GetPosition();
  /system/media/wilhelm/tests/listening/
seekTorture.c 129 result = (*playerPlay)->GetPosition(playerPlay, &nowPos);

Completed in 528 milliseconds

1 2 3