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

1 2

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_observer.cc 11 int from_index,
tab_strip_observer.h 28 // The tab at |from_index| was moved to |to_index| in |tab_strip|.
30 int from_index,
tab_strip_unittest.cc 59 int from_index,
61 last_tab_moved_from_ = from_index;
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 291 static double from_index; variable
597 FROM_INDEX Refractive index of medium being left
629 rang_sin = (from_index / to_index) *
639 object_distance = object_distance * (to_index / from_index);
640 axis_slope_angle = axis_slope_angle * (from_index / to_index);
654 rang_sin = (from_index / to_index) *
667 rang = -asin((from_index / to_index) *
670 cos(-rang)) / (from_index *
685 from_index = 1.0;
696 from_index = to_index
    [all...]
  /external/valgrind/main/perf/
fbench.c 287 static double from_index; variable
593 FROM_INDEX Refractive index of medium being left
625 rang_sin = (from_index / to_index) *
635 object_distance = object_distance * (to_index / from_index);
636 axis_slope_angle = axis_slope_angle * (from_index / to_index);
650 rang_sin = (from_index / to_index) *
663 rang = -asin((from_index / to_index) *
666 cos(-rang)) / (from_index *
681 from_index = 1.0;
692 from_index = to_index
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.cc 31 int from_index,
tab_strip_model_observer.h 84 // The specified TabContents at |from_index| was moved to |to_index|.
86 int from_index,
default_tab_handler.h 72 int from_index,
default_tab_handler.cc 168 int from_index,
170 delegate_->AsBrowser()->TabMoved(contents, from_index, to_index);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_observer.cc 38 int from_index,
tab_strip_model_observer.h 106 // The specified WebContents at |from_index| was moved to |to_index|.
108 int from_index,
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 224 int from_index,
229 if (from_index == highlighted_tab_)
231 else if (from_index < highlighted_tab_&& highlighted_tab_<= to_index)
233 else if (from_index > highlighted_tab_ && highlighted_tab_ >= to_index)
tab_scrubber.h 65 int from_index,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 125 size_t from_index = 0; local
129 // Fails if the substring of normalized_candidate starting from from_index
131 from_index = normalized_candidate.find(formatted_number_groups.at(i),
132 from_index);
133 if (from_index == string::npos) {
136 // Moves from_index forward.
137 from_index += formatted_number_groups.at(i).length();
138 if (i == 0 && from_index < normalized_candidate.length()) {
142 if (isdigit(normalized_candidate.at(from_index))) {
150 from_index - formatted_number_groups.at(i).length())
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.h 119 int from_index,
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 39 int from_index,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 114 int from_index,
388 void StartMoveTabAnimation(int from_index, int to_index);
390 void StartMiniMoveTabAnimation(int from_index,
tab_strip_gtk.cc 585 int from_index,
591 from_index_(from_index),
    [all...]
dragged_tab_controller_gtk.cc 268 int from_index = attached_model->GetIndexOfTabContents(dragged_contents_); local
285 if (from_index != to_index) {
287 attached_model->MoveTabContentsAt(from_index, to_index, true);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 117 int from_index,
416 void StartMoveTabAnimation(int from_index, int to_index);
418 void StartMiniMoveTabAnimation(int from_index,
tab_strip_gtk.cc 611 int from_index,
617 from_index_(from_index),
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 71 virtual void TabMoved(TabContentsWrapper* contents, int from_index,
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 44 int from_index,
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 75 int from_index,
221 int from_index,
226 SnapshotNode node = snapshots_[from_index];
227 snapshots_.erase(snapshots_.begin() + from_index);
230 RenumberSnapshots(std::min(to_index, from_index));
  /external/chromium_org/chrome/browser/extensions/
browser_event_router.h 59 int from_index,

Completed in 501 milliseconds

1 2