Searched refs:current_pos (Results 26 - 41 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.h107 // Moves the statement's current row from |current_pos| to |destination| in DB
112 int current_pos,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp93 uint64_t current_pos() const { return pos; } function in class:raw_debug_ostream
96 uint64_t current_pos() { return pos; } function in class:raw_debug_ostream
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp93 uint64_t current_pos() const { return pos; } function in class:raw_debug_ostream
96 uint64_t current_pos() { return pos; } function in class:raw_debug_ostream
/external/chromium_org/ui/views/controls/
H A Dscroll_view.cc56 int CheckScrollBounds(int viewport_size, int content_size, int current_pos) { argument
58 if (current_pos < 0)
60 if (current_pos > max)
62 return current_pos;
/external/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h140 uint64_t current_pos() const override { return Count; }
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_views.cc346 int current_pos) {
347 BaseScrollBar::Update(viewport_size, content_size, current_pos);
344 Update(int viewport_size, int content_size, int current_pos) argument
/external/llvm/lib/Support/
H A Draw_ostream.cpp753 uint64_t raw_svector_ostream::current_pos() const { function in class:raw_svector_ostream
778 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc555 const uint8* current_pos = extra_data; local
560 size_t size = *(++current_pos);
575 current_pos++;
578 base::android::ToJavaByteArray(env, current_pos, header_length[0]);
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc61 size_t GetPrevCharOffsetUtf8(const std::string& str, size_t current_pos) { argument
62 size_t i = current_pos;
71 size_t GetNextCharOffsetUtf8(const std::string& str, size_t current_pos) { argument
72 size_t i = current_pos;
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc162 EXPECT_EQ(10.f, cc_scrollbar_layer->current_pos());
179 EXPECT_EQ(100.f, cc_scrollbar_layer->current_pos());
185 EXPECT_EQ(112.f, cc_scrollbar_layer->current_pos());
H A Dlayer_impl_unittest.cc708 EXPECT_EQ(scroll_offset.y(), vertical_scrollbar->current_pos());
718 EXPECT_EQ(scroll_offset.x(), horizontal_scrollbar->current_pos());
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h351 int current_pos,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c2839 FIRSTPASS_STATS *current_pos = cpi->twopass.stats_in; local
2867 reset_fpf_position(cpi, current_pos);
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c2839 FIRSTPASS_STATS *current_pos = cpi->twopass.stats_in; local
2867 reset_fpf_position(cpi, current_pos);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc881 size_t current_pos = 0; local
885 if (!ParseSessionDescription(message, &current_pos, &session_id,
894 supports_msid, &current_pos, desc, &candidates,
/external/chromium_org/v8/src/
H A Dhydrogen.cc12422 UsePosition* current_pos = range->first_pos(); local
12423 while (current_pos != NULL) {
12424 if (current_pos->RegisterIsBeneficial() || FLAG_trace_all_uses) {
12425 trace_.Add(" %d M", current_pos->pos().Value());
12427 current_pos = current_pos->next();

Completed in 481 milliseconds

12