/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleSheetContents.h | 15 * You should have received a copy of the GNU Library General Public License 132 PassRefPtr<StyleSheetContents> copy() const { return adoptRef(new StyleSheetContents(*this)); } function in class:WebCore::StyleSheetContents
|
/external/chromium_org/third_party/WebKit/Source/core/history/ |
HistoryItem.cpp | 72 m_formData = item.m_formData->copy(); 77 m_children.uncheckedAppend(item.m_children[i]->copy()); 80 PassRefPtr<HistoryItem> HistoryItem::copy() const function in class:WebCore::HistoryItem
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/ |
ChromiumDataObject.cpp | 65 PassRefPtr<ChromiumDataObject> ChromiumDataObject::copy() const function in class:WebCore::ChromiumDataObject
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
NinePieceImage.h | 17 * You should have received a copy of the GNU Library General Public License 42 PassRefPtr<NinePieceImageData> copy() const { return adoptRef(new NinePieceImageData(*this)); } function in class:WebCore::NinePieceImageData
|
StyleRareInheritedData.h | 18 * You should have received a copy of the GNU Library General Public License 49 PassRefPtr<StyleRareInheritedData> copy() const { return adoptRef(new StyleRareInheritedData(*this)); } function in class:WebCore::StyleRareInheritedData
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedTypeAnimator.h | 15 * You should have received a copy of the GNU Library General Public License 77 typename AnimValType::ContentType* copy = new typename AnimValType::ContentType(animatedType); local 78 executeAction<AnimValType>(StartAnimationAction, animatedTypes, 0, copy); 79 return copy; 123 pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>* copy = new pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>(firstType, secondType); local 124 executeAction<AnimValType1>(StartAnimationAction, animatedTypes, 0, ©->first); 125 executeAction<AnimValType2>(StartAnimationAction, animatedTypes, 1, ©->second); 126 return copy;
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.cpp | 207 // It is an error to try to copy or move an entry inside itself at any depth if it is a directory. 211 // It is an error to copy or move an entry into its parent if a name different from its current one isn't provided. 238 void DOMFileSystemBase::copy(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) function in class:WebCore::DOMFileSystemBase 249 fileSystem()->copy(createFileSystemURL(source), parent->filesystem()->createFileSystemURL(destinationPath), callbacks.release());
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LineEnding.cpp | 43 virtual void copy(const CString&) = 0; 62 virtual void copy(const CString& source) function in class:__anon10863::CStringBuffer 88 virtual void copy(const CString& source) function in class:__anon10863::VectorCharAppendBuffer 122 buffer.copy(from); 129 // Make a copy of the string. 184 // If no need to fix the string, just copy the string over. 190 // Make a copy of the string.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 45 import copy namespace 147 clone = copy.copy(expectation_line)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_configuration.py | 29 import copy namespace 151 return copy.copy(self._all_test_configurations)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
reptest.cpp | 154 virtual void copy(int32_t start, int32_t limit, int32_t dest) { function in class:TestReplaceable 155 chars.copy(start, limit, dest); 156 styles.copy(start, limit, dest); 200 virtual void copy(int32_t /*start*/, int32_t /*limit*/, int32_t /*dest*/) { function in class:NoopReplaceable 264 // UMemory/UObject/Replaceable copy constructors
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
cryptstring.h | 45 virtual CryptStringImpl * Copy() const = 0; 59 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); } 70 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {} 71 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {} 74 impl_.reset(other.impl_->Copy()); 183 virtual CryptStringImpl * Copy() const { 184 InsecureCryptStringImpl * copy = new InsecureCryptStringImpl; local 185 copy->password() = password_; 186 return copy;
|
/external/chromium_org/third_party/libxslt/libxslt/ |
templates.c | 621 xmlAttrPtr attr, copy, last; local 680 copy = xmlNewDocProp(target->doc, attr->name, NULL); 681 if (copy == NULL) { 696 copy->parent = target; 698 target->properties = copy; 699 last = copy; 701 last->next = copy; 702 copy->prev = last; 703 last = copy; 723 copy->ns = copyNs [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_exa.h | 41 } copy; member in struct:exa_context
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_clone.cpp | 5 * copy of this software and associated documentation files (the "Software"), 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 284 ir_function *copy = new(mem_ctx) ir_function(this->name); local 291 copy->add_signature(sig_copy); 298 return copy; 304 ir_function_signature *copy = this->clone_prototype(mem_ctx, ht); local 306 copy->is_defined = this->is_defined; 314 copy->body.push_tail(inst_copy); 317 return copy; 323 ir_function_signature *copy local 433 ir_instruction *copy = original->clone(mem_ctx, ht); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_proto_send.py | 7 # copy of this software and associated documentation files (the "Software"), 9 # on the rights to use, copy, modify, merge, publish, distribute, sub 30 import sys, getopt, copy, string namespace 97 p = copy.copy(_p) 119 pad = copy.copy(p) [all...] |
glX_proto_size.py | 7 # copy of this software and associated documentation files (the "Software"), 9 # on the rights to use, copy, modify, merge, publish, distribute, sub 30 import sys, getopt, copy, string namespace
|
/external/chromium_org/third_party/pexpect/ |
ANSI.py | 9 PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY 31 import copy namespace
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
message_test.py | 46 import copy namespace 79 golden_copy = copy.deepcopy(golden_message) 90 golden_copy = copy.deepcopy(golden_message) 101 golden_copy = copy.deepcopy(golden_message) 112 golden_copy = copy.deepcopy(golden_message)
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayAdd.cpp | 45 SkAdd* copy = (SkAdd*) INHERITED::deepCopy(maker); local 46 copy->use = use = saveUse; 47 copy->where = where = saveWhere; 48 return copy;
|
SkDrawColor.cpp | 137 SkDrawColor* copy = new SkDrawColor(); local 138 copy->color = color; 139 copy->fHue = fHue; 140 copy->fSaturation = fSaturation; 141 copy->fValue = fValue; 142 copy->fDirty = fDirty; 143 return copy;
|
/external/chromium_org/third_party/skia/src/core/ |
SkDescriptor.h | 83 SkDescriptor* copy() const { function in class:SkDescriptor
|
SkPathRef.cpp | 21 SkPathRef* copy = SkNEW(SkPathRef); local 22 copy->copy(**pathRef, incReserveVerbs, incReservePoints); 23 pathRef->reset(copy); 224 // We've done the work to determine that these are equal. If either has a zero genID, copy 269 void SkPathRef::copy(const SkPathRef& ref, function in class:SkPathRef 279 // a copy then presumably we intend to make a modification immediately afterwards.
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkTSet.h | 218 void copy(T* dst) const { function in class:SkTSet 290 // Copy and sort fOrderedArray, then compare to fSetArray.
|
/external/chromium_org/third_party/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 93 SkBitmap* copy; local 95 copy = new SkBitmap; 96 // here we make a ceep copy of the pixels, since CG won't take our 98 bm.copyTo(copy, SkBitmap::kARGB_8888_Config); 100 copy = new SkBitmap(bm); 102 return copy;
|