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

1 2

  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder_unittest.cc 236 extensions::AppSorting* sorting = service_->extension_prefs()->app_sorting(); local
239 sorting->GetPageOrdinal(kPackagedApp1Id);
240 sorting->SetPageOrdinal(kHostedAppId, package_app_page.CreateBefore());
242 // New behavior: Sorting order doesn't change.
246 sorting->GetAppLaunchOrdinal(kPackagedApp1Id);
248 sorting->GetAppLaunchOrdinal(kPackagedApp2Id);
249 sorting->SetPageOrdinal(kHostedAppId, package_app_page);
250 sorting->SetAppLaunchOrdinal(kHostedAppId,
253 // New behavior: Sorting order doesn't change.
258 extensions::AppSorting* sorting = service_->extension_prefs()->app_sorting() local
280 extensions::AppSorting* sorting = service_->extension_prefs()->app_sorting(); local
300 extensions::AppSorting* sorting = service_->extension_prefs()->app_sorting(); local
    [all...]
extension_app_item.cc 148 extensions::AppSorting* sorting = service->extension_prefs()->app_sorting(); local
154 page = sorting->GetPageOrdinal(next_id);
157 page = sorting->GetPageOrdinal(prev_id);
160 page = sorting->GetPageOrdinal(prev_id);
162 if (page.Equals(sorting->GetPageOrdinal(next->extension_id())))
166 sorting->SetPageOrdinal(extension_id_, page);
  /external/chromium_org/chrome/browser/extensions/
install_tracker.cc 17 AppSorting* sorting = prefs->app_sorting(); local
28 content::Source<AppSorting>(sorting));
extension_install_ui_browsertest.cc 230 AppSorting* sorting = service->extension_prefs()->app_sorting(); local
234 content::Source<AppSorting>(sorting));
236 sorting->EnsureValidOrdinals(app_id, syncer::StringOrdinal());
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 164 AppSorting* sorting = prefs->app_sorting(); local
165 syncer::StringOrdinal page_ordinal = sorting->GetPageOrdinal(extension->id());
170 sorting->CreateFirstAppPageOrdinal() :
171 sorting->GetNaturalAppPageOrdinal();
172 sorting->SetPageOrdinal(extension->id(), page_ordinal);
175 sorting->PageStringOrdinalAsInteger(page_ordinal));
178 sorting->GetAppLaunchOrdinal(extension->id());
184 sorting->CreateFirstAppLaunchOrdinal(page_ordinal) :
185 sorting->CreateNextAppLaunchOrdinal(page_ordinal);
186 sorting->SetAppLaunchOrdinal(extension->id(), app_launch_ordinal)
    [all...]
  /external/chromium_org/v8/tools/
profile_view.js 106 * Creates a Profile View object. It allows to perform sorting
121 * ProfileView.Node):number} sortFunc A sorting
122 * functions. Must comply with Array.sort sorting function requirements.
213 * ProfileView.Node):number} sortFunc A sorting
214 * functions. Must comply with Array.sort sorting function requirements.
  /external/v8/tools/
profile_view.js 106 * Creates a Profile View object. It allows to perform sorting
121 * ProfileView.Node):number} sortFunc A sorting
122 * functions. Must comply with Array.sort sorting function requirements.
213 * ProfileView.Node):number} sortFunc A sorting
214 * functions. Must comply with Array.sort sorting function requirements.
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 32 // Test counter-intuitive default number sorting.
128 // Test lexicographical string sorting.
138 // Test object sorting. Calls toString on each element and sorts
151 // Test array sorting with holes in the array.
164 // Test array sorting with undefined elemeents in the array.
173 // Test that sorting using an unsound comparison function still gives a
  /external/v8/test/mjsunit/
array-sort.js 32 // Test counter-intuitive default number sorting.
128 // Test lexicographical string sorting.
138 // Test object sorting. Calls toString on each element and sorts
151 // Test array sorting with holes in the array.
164 // Test array sorting with undefined elemeents in the array.
173 // Test that sorting using an unsound comparison function still gives a
  /external/chromium_org/v8/test/webkit/
sort-large-array.js 24 description("This tests sorting an array with more than 10,000 values.");
sort-non-numbers.js 24 description("This tests numerically sorting an array of non-numbers.");
sort-with-side-effecting-comparisons.js 25 "Checks that sorting an array with a side-effecting comparison function doesn't trigger assertions."
string-sort.js 24 description("This page tests sorting of string values");
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 3 too repetitive; using fallback sorting algorithm
origin5-bz2.stdout.exp 4 too repetitive; using fallback sorting algorithm
vcpu_bz2.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 167 Preprocessing steps include sorting policies and stripping unneeded
265 to alphabetical sorting if no key is given. If |policy_list| contains
286 '''Extracts a sorting key from a policy. These keys can be used for
  /external/chromium_org/v8/test/mjsunit/regress/
regress-swapelements.js 28 // Check that modifying an array while sorting it does not segfault. See
  /external/v8/test/mjsunit/regress/
regress-swapelements.js 28 // Check that modifying an array while sorting it does not segfault. See
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 36 // Used for sorting entries with automatically assigned IDs.
179 * For the purposes of sorting by source IDs, entries without a source
397 * Significantly faster than sorting the entire table again, when only
451 // TODO(mmenke): Fix sorting when sorting by duration.
453 // still active. This can result in incorrect sorting, until
  /external/skia/tools/skpdiff/
diff_viewer.js 235 // Indicates which diff metric is used for sorting
238 // Called by the sort buttons to adjust the metric used for sorting
247 // A predicate for pulling out the number used for sorting
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 217 of multi-level sorting, and other features of collation, see <a href=
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 217 of multi-level sorting, and other features of collation, see <a href=
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 72 // already defined sorting so we'll just update

Completed in 924 milliseconds

1 2