ShellAppSorting    20 apps/shell/browser/shell_app_sorting.cc ShellAppSorting::ShellAppSorting() {
ShellAppSorting    23 apps/shell/browser/shell_app_sorting.cc ShellAppSorting::~ShellAppSorting() {
ShellAppSorting    26 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::SetExtensionScopedPrefs(
ShellAppSorting    30 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::SetExtensionSyncService(
ShellAppSorting    34 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::Initialize(
ShellAppSorting    38 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::FixNTPOrdinalCollisions() {
ShellAppSorting    41 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::EnsureValidOrdinals(
ShellAppSorting    46 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::OnExtensionMoved(
ShellAppSorting    52 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::GetAppLaunchOrdinal(
ShellAppSorting    57 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::SetAppLaunchOrdinal(
ShellAppSorting    62 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::CreateFirstAppLaunchOrdinal(
ShellAppSorting    67 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::CreateNextAppLaunchOrdinal(
ShellAppSorting    72 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::CreateFirstAppPageOrdinal() const {
ShellAppSorting    76 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::GetNaturalAppPageOrdinal() const {
ShellAppSorting    80 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::GetPageOrdinal(
ShellAppSorting    85 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::SetPageOrdinal(
ShellAppSorting    90 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::ClearOrdinals(const std::string& extension_id) {
ShellAppSorting    93 apps/shell/browser/shell_app_sorting.cc int ShellAppSorting::PageStringOrdinalAsInteger(
ShellAppSorting    98 apps/shell/browser/shell_app_sorting.cc syncer::StringOrdinal ShellAppSorting::PageIntegerAsStringOrdinal(
ShellAppSorting   103 apps/shell/browser/shell_app_sorting.cc void ShellAppSorting::MarkExtensionAsHidden(
ShellAppSorting    15 apps/shell/browser/shell_app_sorting.h class ShellAppSorting : public extensions::AppSorting {
ShellAppSorting    17 apps/shell/browser/shell_app_sorting.h   ShellAppSorting();
ShellAppSorting    18 apps/shell/browser/shell_app_sorting.h   virtual ~ShellAppSorting();
ShellAppSorting    59 apps/shell/browser/shell_app_sorting.h   DISALLOW_COPY_AND_ASSIGN(ShellAppSorting);
ShellAppSorting   185 apps/shell/browser/shell_extensions_browser_client.cc   return scoped_ptr<AppSorting>(new apps::ShellAppSorting);