HomeSort by relevance Sort by last modified time
    Searched refs:SetPosition (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlparser.h 102 void SetPosition(int line, int column, long byte_index);
  /external/chromium_org/third_party/webrtc/base/
multipart.h 57 virtual bool SetPosition(size_t position);
stream_unittest.cc 42 virtual bool SetPosition(size_t position) {
86 EXPECT_TRUE(stream->SetPosition(7));
121 EXPECT_TRUE(stream->SetPosition(12345));
130 EXPECT_TRUE(test->SetPosition(100));
142 EXPECT_FALSE(stream->SetPosition(12345));
143 EXPECT_FALSE(stream->SetPosition(501));
146 EXPECT_TRUE(stream->SetPosition(500));
150 EXPECT_TRUE(stream->SetPosition(0));
  /external/chromium_org/ui/app_list/test/
app_list_test_model.h 28 void SetPosition(const syncer::StringOrdinal& new_position);
app_list_test_model.cc 51 void AppListTestModel::AppListTestItem::SetPosition(
144 item->SetPosition(position);
  /external/pdfium/core/src/fxcrt/
fxcrt_windows.cpp 126 FX_FILESIZE CFXCRT_FileAccess_Win64::SetPosition(FX_FILESIZE pos)
169 if (SetPosition(pos) == (FX_FILESIZE) - 1) {
179 if (SetPosition(pos) == (FX_FILESIZE) - 1) {
193 if (SetPosition(szFile) == (FX_FILESIZE) - 1) {
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 84 root->SetPosition(gfx::PointF());
91 child->SetPosition(gfx::PointF(100.f, 100.f));
116 root->SetPosition(gfx::PointF());
123 child1->SetPosition(gfx::PointF(100.f, 100.f));
134 child2->SetPosition(gfx::PointF(11.f, 11.f));
139 grand_child1->SetPosition(gfx::PointF(200.f, 200.f));
144 grand_child2->SetPosition(gfx::PointF(190.f, 190.f));
394 child->SetPosition(gfx::PointF(200.f, 230.f));
417 child->SetPosition(gfx::PointF(85.f, 85.f));
468 child->SetPosition(gfx::PointF(0.f, 0.f))
    [all...]
layer_tree_host_pixeltest_on_demand_raster.cc 105 layer->SetPosition(layer_rect.origin());
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream_unittest.cc 59 virtual bool SetPosition(size_t position) {
103 EXPECT_TRUE(stream->SetPosition(7));
138 EXPECT_TRUE(stream->SetPosition(12345));
147 EXPECT_TRUE(test->SetPosition(100));
159 EXPECT_FALSE(stream->SetPosition(12345));
160 EXPECT_FALSE(stream->SetPosition(501));
163 EXPECT_TRUE(stream->SetPosition(500));
167 EXPECT_TRUE(stream->SetPosition(0));
  /frameworks/wilhelm/tests/listening/
seekTorture.c 103 result = (*playerSeek)->SetPosition(playerSeek, (SLmillisecond) position,
126 result = (*playerSeek)->SetPosition(playerSeek, newPos, SL_SEEKMODE_ACCURATE);
  /external/chromium_org/cc/test/
layer_tree_host_common_test.h 43 layer->SetPosition(position);
  /external/chromium_org/v8/src/
gdb-jit.h 41 void SetPosition(intptr_t pc, int pos, bool is_statement) {
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 67 STDMETHOD(SetPosition)(POINT pt);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 197 if (!video_file_.SetPosition(0)) {
236 } else if (!video_file_.SetPosition(0)) {
339 if (video_file_.SetPosition(0)) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp_unittest.cc 315 send_stream_.SetPosition(position + sent);
318 send_stream_.SetPosition(position);
435 send_stream_.SetPosition(position + sent);
438 send_stream_.SetPosition(position);
562 send_stream_.SetPosition(position + sent);
565 send_stream_.SetPosition(position);
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.h 66 void SetPosition(const char* position);
  /external/chromium_org/sync/internal_api/public/
write_node.h 112 bool SetPosition(const BaseNode& new_parent, const BaseNode* predecessor);
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 50 void BaseScrollBarThumb::SetPosition(int position) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.h 124 void (*SetPosition)(struct S_AudioFileManager *afm, SInt64 pos); /* seek/rewind in the file */
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 167 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ContentPipe.h 167 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);

Completed in 1786 milliseconds

12 3 4 5 6 7 8 9