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

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 74 typedef std::vector<RunData> Runs;
76 // Predicate functions for use when sorting the runs.
83 // Elides |runs| to fit in |remaining_width|. The runs in |runs| should be in
97 void Elide(Runs* runs, int remaining_width) const;
autocomplete_result_view.cc 287 // Split the text into visual runs. We do this first so that we don't need to
295 Runs runs; local
300 // HEBREW is text in the Hebrew language) has two runs: "Google in " which
305 // runs is different depending on the locale direction.
310 runs.push_back(RunData());
311 RunData* current_run = &runs.back();
352 DCHECK(!runs.empty());
355 std::sort(runs.begin(), runs.end(), &SortRunsLogically)
    [all...]
  /external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js 29 // Runs a transaction on the given database
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 60 // Runs in debugger context.
  /external/v8/benchmarks/
base.js 101 // Runs all registered benchmark suites and optionally yields between
199 // Runs a single benchmark for at least a second and computes the
210 data.runs += n;
219 return { runs: 0, elapsed: 0 };
223 if (data.runs < 32) return data;
224 var usec = (data.elapsed * 1000) / data.runs;
richards.js 322 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 317 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 317 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 317 * Runs this task, if it is ready to be run, and returns the next task to run.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 318 * Runs the given function in our state machine.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 318 * Runs the given function in our state machine.
    [all...]

Completed in 595 milliseconds