/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/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.h | 100 typedef std::vector<RunData> Runs; 107 // Predicate functions for use when sorting the runs. 114 // Elides |runs| to fit in |remaining_width|. The runs in |runs| should be in 128 void Elide(Runs* runs, int remaining_width) const;
|
omnibox_result_view.cc | 360 // Split the text into visual runs. We do this first so that we don't need to 369 Runs runs; local 374 // HEBREW is text in the Hebrew language) has two runs: "Google in " which 379 // runs is different depending on the locale direction. 384 runs.push_back(RunData()); 385 RunData* current_run = &runs.back(); 424 DCHECK(!runs.empty()); 427 std::sort(runs.begin(), runs.end(), &SortRunsLogically) [all...] |
/external/chromium_org/chrome/test/chromedriver/js/ |
test.js | 24 * Runs the given test. 52 * Runs all tests and reports the results via the console.
|
/external/chromium_org/ui/webui/resources/js/ |
webui_resource_test.js | 141 * Runs all functions starting with test and reports success or 157 * Runs the next test in the queue. Reports the test results if the queue is
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
last_error.js | 65 * Runs |callback(args)| with last error args as in set().
|
send_request.js | 18 // Runs a user-supplied callback safely.
|
/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
async_util.js | 134 * Runs the enqueued closured in order of dependencies. 145 * Runs enqueued pending tasks whose dependencies are completed. 226 * Runs a closure. Skips consecutive calls. The first call is called 254 * Cancels all scheduled runs (if any).
|
/external/ceres-solver/scripts/ |
ceres-solver.spec | 47 - Runs on Linux, Windows, Mac OS X and Android. An iOS port is underway
|
/external/chromium_org/tools/page_cycler/database/ |
common.js | 29 * Sets up and runs a performance test. 89 * Runs the given transaction TRANSACTIONS times.
|
/external/chromium_org/third_party/WebKit/ |
PRESUBMIT.py | 181 """Runs checkdeps on #include statements added in this
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 60 // Runs in debugger context.
|
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 60 // Runs in debugger context.
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 106 // Runs all registered benchmark suites and optionally yields between 204 // Runs a single benchmark for at least a second and computes the 215 data.runs += n; 224 return { runs: 0, elapsed: 0 }; 228 if (data.runs < benchmark.minIterations) return data; 229 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/chromium_org/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/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/chromium_org/native_client_sdk/src/build_tools/ |
update_nacl_manifest.py | 153 """Runs gsutil ls |url| 162 """Runs gsutil cat |url| 171 """Runs gsutil cp |src| |dest| [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.js | 198 * Runs all tests the given number of times. Invoked from the HTML page.
|
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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.
|