Searched refs:GetPosition (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/platform/wx/
H A DMouseWheelEventWx.cpp36 : m_position(event.GetPosition())
H A DMouseEventWx.cpp37 : m_position(event.GetPosition())
H A DScrollViewWx.cpp81 pos.x = e.GetPosition();
83 pos.y = e.GetPosition();
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.h54 virtual void GetPosition(unsigned long * line, unsigned long * column,
94 virtual void GetPosition(unsigned long * line, unsigned long * column,
H A Dxmlparser.cc273 XmlParser::ParseContext::GetPosition(unsigned long * line, function in class:buzz::XmlParser::ParseContext
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.cc70 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();
H A Dballoon.h59 gfx::Point GetPosition() const { function in class:Balloon
H A Dballoon_collection_impl.cc177 gfx::Rect balloon_box = gfx::Rect((*iter)->GetPosition(),
/external/chromium/chrome/browser/
H A Dbackground_application_list_model.h63 int GetPosition(const Extension* extension) const;
H A Dbackground_mode_manager.cc266 context_menu_application_offset_ + applications_.GetPosition(extension),
289 DCHECK(position == applications_.GetPosition(*cursor));
H A Dbackground_application_list_model.cc222 int BackgroundApplicationListModel::GetPosition( function in class:BackgroundApplicationListModel
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.h123 // be tempted to use GetSize() and GetPosition() to deduce the result of
176 virtual bool GetPosition(size_t* position) const { return false; } function in class:talk_base::StreamInterface
294 virtual bool GetPosition(size_t* position) const { function in class:talk_base::StreamAdapterInterface
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;
H A Dstream.cc235 stream->GetPosition(&start_);
243 stream->GetPosition(&start_);
277 bool StreamSegment::GetPosition(size_t* position) const { function in class:talk_base::StreamSegment
280 if (!StreamAdapterInterface::GetPosition(position))
438 bool FileStream::GetPosition(size_t* position) const { function in class:talk_base::FileStream
622 bool MemoryStreamBase::GetPosition(size_t *position) const { function in class:talk_base::MemoryStreamBase
982 bool StringStream::GetPosition(size_t* position) const { function in class:talk_base::StringStream
H A Dhttpbase.cc320 stream->GetPosition(&position);
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc195 gfx::Rect(balloon_->GetPosition().x(), balloon_->GetPosition().y(),
207 balloon_->GetPosition().x(), balloon_->GetPosition().y(),
284 SetBounds(balloon_->GetPosition().x(), balloon_->GetPosition().y(),
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.h112 gfx::Point GetPosition();
H A Dfind_bar_gtk.cc549 *position = GetPosition();
706 gfx::Point FindBarGtk::GetPosition() { function in class:FindBarGtk
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.h183 // Note that we use GetPosition(), rather than GetSize(), to avoid flush the
185 return stream_ && size && stream_->GetPosition(size);
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp733 wxPoint globalPoint = ClientToScreen(event.GetPosition());
769 wxPoint diff(event.GetPosition() - m_impl->tripleClickPos);
776 m_impl->tripleClickPos = event.GetPosition();
798 wxPoint localEventPoint = ScreenToClient(event.GetPosition());
811 WebCore::PlatformMouseEvent wkEvent(mouseEvent, event.GetPosition(), 1);
H A DWebView.h393 wxPoint GetPosition() const { return m_position; } function in class:wxWebViewRightClickEvent
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.cc172 int end_x = balloon_->GetPosition().x();
173 int end_y = balloon_->GetPosition().y();
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc65 int pos = (*iter)->GetPosition().y();
/external/libvpx/libwebm/
H A Dmkvparser.hpp753 long long GetPosition() const; //offset relative to segment
/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py177 pt = event.GetPosition()
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp315 pos += window->GetPosition();

Completed in 1147 milliseconds

12