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

  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl.cc 126 const Geoposition& new_position) {
127 DCHECK(new_position.Validate() ||
128 new_position.error_code != Geoposition::ERROR_CODE_NONE);
129 if (!IsNewPositionBetter(position_, new_position,
133 position_ = new_position;
174 const Geoposition& old_position, const Geoposition& new_position,
182 if (new_position.Validate()) {
184 if (old_position.accuracy >= new_position.accuracy) {
location_arbitrator_impl.h 75 const Geoposition& new_position);
77 // Returns true if |new_position| is an improvement over |old_position|.
81 const Geoposition& new_position,
  /external/chromium_org/ui/app_list/
app_list_item_list.cc 64 syncer::StringOrdinal new_position;
66 new_position = next->position().CreateBefore();
68 new_position = prev->position().CreateAfter();
75 new_position = prev->position().CreateBetween(next->position());
77 target_item->set_position(new_position);
82 << " -> " << new_position.ToDebugString();
92 syncer::StringOrdinal new_position) {
100 if (!new_position.IsValid()) {
104 new_position = app_list_items_[last_index]->position().CreateAfter();
108 size_t to_index = GetItemSortOrderIndex(new_position, item->id())
    [all...]
app_list_item.h 110 void set_position(const syncer::StringOrdinal& new_position) {
111 DCHECK(new_position.IsValid());
112 position_ = new_position;
app_list_item_list_unittest.cc 307 syncer::StringOrdinal new_position; local
308 new_position = CreatePositionBefore(position0.CreateBefore());
309 EXPECT_TRUE(new_position.LessThan(position0));
310 new_position = CreatePositionBefore(position0);
311 EXPECT_TRUE(new_position.LessThan(position0));
312 new_position = CreatePositionBefore(position0.CreateAfter());
313 EXPECT_TRUE(new_position.GreaterThan(position0));
318 new_position = CreatePositionBefore(position1);
319 EXPECT_TRUE(new_position.GreaterThan(position0));
320 EXPECT_TRUE(new_position.LessThan(position1))
    [all...]
app_list_item_list.h 47 // |app_list_items_| and sorts the list accordingly. If |new_position| is
49 void SetItemPosition(AppListItem* item, syncer::StringOrdinal new_position);
app_list_model.h 96 // specified by |item|->folder_id(). If |new_position| is invalid, move the
99 const syncer::StringOrdinal& new_position);
app_list_model.cc 199 const syncer::StringOrdinal& new_position) {
201 top_level_item_list_->SetItemPosition(item, new_position);
209 folder->item_list()->SetItemPosition(item, new_position);
  /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 49 const syncer::StringOrdinal& new_position) {
50 set_position(new_position);
  /external/chromium_org/content/browser/renderer_host/input/
touch_handle.h 47 const gfx::PointF& new_position) = 0;
touch_selection_controller.h 91 const gfx::PointF& new_position) OVERRIDE;
touch_handle_unittest.cc 80 const gfx::PointF& new_position) OVERRIDE {
82 drag_position_ = new_position;
243 gfx::PointF new_position(3.7f, -3.7f);
244 handle.SetPosition(new_position);
260 EXPECT_EQ(new_position, drawable().rect.origin());
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine_test.cc 101 const char* new_position = original_position; local
104 &new_position);
106 size_t parsed_length = new_position - original_position;
124 const char* new_position = original_position; local
125 VarintBE<int32_t>::Parse(diff_.data() + diff_.size(), &new_position);
126 size_t parsed_length = new_position - original_position;
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view.cc 80 int new_position,
83 if (-current_position == new_position)
84 return new_position;
85 if (new_position < 0)
88 return (new_position > max_position) ? max_position : new_position;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 430 PanelList::iterator new_position; local
431 for (new_position = panel_windows_.begin();
432 new_position != panel_windows_.end();
433 ++new_position) {
434 const gfx::Rect& bounds = (*new_position).window->bounds();
437 if (new_position != dragged_panel_iter) {
440 panel_windows_.insert(new_position, dragged_panel_info);
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 716 void RenderWidget::ResizeSynchronously(const gfx::Rect& new_position) {
717 Resize(new_position.size(),
718 new_position.size(),
724 view_screen_rect_ = new_position;
725 window_screen_rect_ = new_position;
727 initial_pos_ = new_position;
    [all...]
render_widget.h 362 void ResizeSynchronously(const gfx::Rect& new_position);
render_view_impl.cc     [all...]
  /external/chromium_org/media/filters/
pipeline_integration_test.cc 423 void Seek(base::TimeDelta seek_time, int new_position, int seek_append_size) {
430 DCHECK_GE(new_position, 0);
431 DCHECK_LT(new_position, file_data_->data_size());
432 current_position_ = new_position;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 694 new_position = self.raw.seek(pos, whence)
695 if new_position < 0:
697 return new_position
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 694 new_position = self.raw.seek(pos, whence)
695 if new_position < 0:
697 return new_position
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]
  /external/chromium_org/v8/src/
liveedit.cc 1385 int new_position = TranslatePosition(position, local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h 350 STDMETHOD_(D3DXEVENTHANDLE, KeyTrackPosition)(THIS_ UINT track, DOUBLE new_position, DOUBLE start_time) PURE;

Completed in 1472 milliseconds