Lines Matching defs:copy
564 // Make a deep copy of the input and remove one key at a time and see if we
566 scoped_ptr<DictionaryValue> copy;
569 copy.reset(input.DeepCopy());
570 copy->Remove(keys::kPageActionId, NULL);
571 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
575 copy.reset(input.DeepCopy());
576 copy->Remove(keys::kName, NULL);
577 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
583 copy.reset(input.DeepCopy());
584 copy->Remove(keys::kPageActionIcons, NULL);
585 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
1052 // Returns a copy of |source| resized to |size| x |size|.
1107 // Cache the 16x16 copy.
1115 // Cache the 24x24 copy.