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

1 2

  /external/chromium_org/extensions/browser/
extension_registry_observer.h 40 // the installation is the result of it updating, in which case |old_name| is
55 // and |old_name| can be removed when this is done.
61 const std::string& old_name) {}
test_extension_registry_observer.h 35 const std::string& old_name) OVERRIDE;
extension_registry.cc 59 const std::string& old_name) {
62 DCHECK(is_update == !old_name.empty());
67 browser_context_, extension, is_update, from_ephemeral, old_name));
state_store.h 97 const std::string& old_name) OVERRIDE;
extension_registry.h 83 // ID, and |old_name| must be non-empty.
90 const std::string& old_name);
test_extension_registry_observer.cc 77 const std::string& old_name) {
state_store.cc 151 const std::string& old_name) {
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.h 47 const std::string& old_name) OVERRIDE;
shortcut_manager.cc 124 const std::string& old_name) {
133 base::UTF8ToUTF16(old_name), profile_, extension);
ephemeral_app_service.h 74 const std::string& old_name) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.h 50 const std::string& old_name) OVERRIDE;
recommended_apps.cc 102 const std::string& old_name) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 154 def alias_template( new_name, old_name )
155 new_name, old_name = new_name.to_s.dup.freeze, old_name.to_s
156 context = self::TEMPLATES.fetch( old_name.to_s ) do
158 "undefined template `%s' for template group %p" % [ old_name, self ]
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 187 const std::string& old_name) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.h 154 const std::string& old_name) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.h 71 const std::string& old_name) OVERRIDE;
zipfile_installer_unittest.cc 50 const std::string& old_name) OVERRIDE {
  /external/valgrind/main/include/
pub_tool_libcfile.h 89 extern Int VG_(rename) ( const HChar* old_name, const HChar* new_name );
  /external/chromium_org/sandbox/win/src/
broker_services.cc 553 base::string16 old_name = LookupAppContainer(sid);
554 if (old_name.empty())
557 if (old_name != name)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c 279 uint32_t old_name; local
310 ret = nouveau_bo_name_get(s->bo, &old_name);
315 if (!ret && old_name != buffers[i].name)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 279 uint32_t old_name; local
310 ret = nouveau_bo_name_get(s->bo, &old_name);
315 if (!ret && old_name != buffers[i].name)
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.h 230 const std::string& old_name) OVERRIDE;
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api.h 78 const std::string& old_name) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 80 const std::string& old_name) OVERRIDE;
128 const std::string& old_name) {
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 177 base::string16 old_name = GetCache()->GetNameOfProfileAtIndex(index); local
186 EXPECT_EQ(old_name, GetCache()->GetNameOfProfileAtIndex(index));

Completed in 700 milliseconds

1 2