OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPosition
(Results
26 - 50
of
235
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.cc
107
int NativeScrollBar::
GetPosition
() const {
110
return native_wrapper_->
GetPosition
();
scrollbar_unittest.cc
110
EXPECT_EQ(scrollbar_->
GetPosition
(), 0);
149
EXPECT_EQ(0, scrollbar_->
GetPosition
());
156
scrollbar_->
GetPosition
());
base_scroll_bar.h
85
virtual int
GetPosition
() const OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
136
// be tempted to use GetSize() and
GetPosition
() to deduce the result of
189
virtual bool
GetPosition
(size_t* position) const { return false; }
310
virtual bool
GetPosition
(size_t* position) const {
311
return stream_->
GetPosition
(position);
394
virtual bool
GetPosition
(size_t* position) const;
447
virtual bool
GetPosition
(size_t* position) const;
518
virtual bool
GetPosition
(size_t* position) const;
587
virtual bool
GetPosition
(size_t* position) const;
747
virtual bool
GetPosition
(size_t* position) const;
[
all
...]
multipart.h
73
virtual bool
GetPosition
(size_t* position) const;
/external/chromium_org/third_party/webrtc/base/
stream.h
119
// be tempted to use GetSize() and
GetPosition
() to deduce the result of
172
virtual bool
GetPosition
(size_t* position) const { return false; }
293
virtual bool
GetPosition
(size_t* position) const {
294
return stream_->
GetPosition
(position);
377
virtual bool
GetPosition
(size_t* position) const;
430
virtual bool
GetPosition
(size_t* position) const;
501
virtual bool
GetPosition
(size_t* position) const;
570
virtual bool
GetPosition
(size_t* position) const;
730
virtual bool
GetPosition
(size_t* position) const;
multipart.h
58
virtual bool
GetPosition
(size_t* position) const;
/external/chromium_org/media/filters/
blocking_url_protocol.cc
63
bool BlockingUrlProtocol::
GetPosition
(int64* position_out) {
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
99
mouse_event.set_x(pp_mouse_event.
GetPosition
().x());
100
mouse_event.set_y(pp_mouse_event.
GetPosition
().y());
123
mouse_event.set_x(pp_mouse_event.
GetPosition
().x());
124
mouse_event.set_y(pp_mouse_event.
GetPosition
().y());
/external/pdfium/core/include/fxcrt/
fx_stream.h
98
virtual FX_FILESIZE
GetPosition
() = 0;
115
virtual FX_FILESIZE
GetPosition
()
148
virtual FX_FILESIZE
GetPosition
() = 0;
188
virtual FX_FILESIZE
GetPosition
() = 0;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp_unittest.cc
272
recv_stream_.
GetPosition
(&received);
299
recv_stream_.
GetPosition
(&position);
309
send_stream_.
GetPosition
(&position);
384
recv_stream_.
GetPosition
(&position);
418
recv_stream_.
GetPosition
(&position);
428
send_stream_.
GetPosition
(&position);
534
recv_stream_.
GetPosition
(&position);
539
recv_stream_.
GetPosition
(&position);
556
send_stream_.
GetPosition
(&position);
590
send_stream_.
GetPosition
(&position)
[
all
...]
/external/pdfium/core/src/fxcrt/
extension.h
18
virtual FX_FILESIZE
GetPosition
() const = 0;
60
return
GetPosition
() >= GetSize();
62
virtual FX_FILESIZE
GetPosition
()
64
FX_FILESIZE pos = m_pFile->
GetPosition
();
97
FX_FILESIZE availSize = m_nOffset + m_nSize - m_pFile->
GetPosition
();
187
virtual FX_FILESIZE
GetPosition
()
xml_int.h
32
virtual FX_FILESIZE
GetPosition
()
100
virtual FX_FILESIZE
GetPosition
()
/external/pdfium/core/include/reflow/
fpdf_layout.h
231
virtual int
GetPosition
() = 0;
275
virtual int
GetPosition
() = 0;
/external/chromium_org/chrome/browser/background/
background_application_list_model.h
68
int
GetPosition
(const extensions::Extension* extension) const;
/external/chromium_org/content/browser/geolocation/
mock_location_provider.cc
59
void MockLocationProvider::
GetPosition
(Geoposition* position) {
network_location_provider.h
77
virtual void
GetPosition
(Geoposition *position) OVERRIDE;
/external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc
57
pp::Point point = event.
GetPosition
();
/external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h
65
int
GetPosition
();
reflowedpage.h
38
int
GetPosition
();
213
int
GetPosition
() ;
245
int
GetPosition
();
autoreflow.h
82
int
GetPosition
();
/frameworks/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);
/art/compiler/optimizing/
ssa_liveness_analysis.h
102
DCHECK(user->AsPhi() != nullptr ||
GetPosition
() == user->GetLifetimePosition() + 1);
103
DCHECK(next_ == nullptr || next->
GetPosition
() >=
GetPosition
());
106
size_t
GetPosition
() const { return position_; }
308
while (use != nullptr && use->
GetPosition
() <= end) {
309
size_t use_position = use->
GetPosition
();
/external/chromium_org/ppapi/cpp/
input_event.h
145
///
GetPosition
() returns the pixel location of a mouse input event. When
152
Point
GetPosition
() const;
/frameworks/native/include/media/openmax/
OMX_ContentPipe.h
170
CPresult (*
GetPosition
)( CPhandle hContent, CPuint *pPosition);
Completed in 1443 milliseconds
1
2
3
4
5
6
7
8
9
10