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

1 2 3

  /development/simulator/app/
UserEvent.h 34 virtual wxEvent* Clone() const {
  /external/webkit/WebKit/wx/
WebView.h 278 wxEvent *Clone(void) const { return new wxWebViewBeforeLoadEvent(*this); }
299 wxEvent *Clone(void) const { return new wxWebViewLoadEvent(*this); }
347 wxEvent *Clone(void) const { return new wxWebViewNewWindowEvent(*this); }
364 wxEvent *Clone(void) const { return new wxWebViewRightClickEvent(*this); }
402 wxEvent *Clone(void) const { return new wxWebViewConsoleMessageEvent(*this); }
425 wxEvent *Clone(void) const { return new wxWebViewAlertEvent(*this); }
442 wxEvent *Clone(void) const { return new wxWebViewConfirmEvent(*this); }
459 wxEvent *Clone(void) const { return new wxWebViewPromptEvent(*this); }
476 wxEvent *Clone(void) const { return new wxWebViewReceivedTitleEvent(*this); }
496 wxEvent *Clone(void) const { return new wxWebViewWindowObjectClearedEvent(*this);
    [all...]
  /external/chromium/base/
timer.h 131 InitiateDelayedTask(static_cast<TimerTask*>(delayed_task_)->Clone());
162 TimerTask* Clone() const {
base_gfx.scons 248 env = env.Clone(COMPONENT_NAME='base',
linux_versioninfo.scons 7 env = env.Clone(COMPONENT_NAME='base',
test_support_base.scons 7 env = env.Clone(COMPONENT_NAME='base',
test_support_perf.scons 7 env = env.Clone(COMPONENT_NAME='base',
  /external/gtest/include/gtest/internal/
gtest-param-util.h 102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone(); local
143 return ParamIterator(clone);
231 virtual ParamIteratorInterface<T>* Clone() const {
311 virtual ParamIteratorInterface<T>* Clone() const {
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone(); local
143 return ParamIterator(clone);
231 virtual ParamIteratorInterface<T>* Clone() const {
317 virtual ParamIteratorInterface<T>* Clone() const {
  /external/webkit/WebKit/win/
COMEnumVariant.h 51 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumVARIANT** ppEnum);
169 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Clone(IEnumVARIANT** ppEnum)
MemoryStream.h 96 virtual HRESULT STDMETHODCALLTYPE Clone(
MemoryStream.cpp 253 HRESULT STDMETHODCALLTYPE MemoryStream::Clone(
  /external/tinyxml/
tinyxml.cpp 212 TiXmlNode* node = addThis.Clone();
225 TiXmlNode* node = addThis.Clone();
251 TiXmlNode* node = addThis.Clone();
277 TiXmlNode* node = withThis.Clone();
854 // Clone the attributes, then clone the children.
866 target->LinkEndChild( node->Clone() );
871 TiXmlNode* TiXmlElement::Clone() const
873 TiXmlElement* clone = new TiXmlElement( Value() ); local
874 if ( !clone )
1127 TiXmlDocument* clone = new TiXmlDocument(); local
1316 TiXmlComment* clone = new TiXmlComment(); local
1376 TiXmlText* clone = 0; local
1476 TiXmlDeclaration* clone = new TiXmlDeclaration(); local
1508 TiXmlUnknown* clone = new TiXmlUnknown(); local
    [all...]
tinyxml.h 653 virtual TiXmlNode* Clone() const = 0;
658 // Copy to the allocated object. Shared functionality between Clone, Copy constructor,
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebEditingDelegate.idl 61 HRESULT Clone([out, retval] IEnumSpellingGuesses** ppenum);
89 HRESULT Clone([out, retval] IEnumSpellingGuesses** ppenum);
  /external/v8/src/
jsregexp.h 656 // Returns a clone of this node initialized using the copy constructor
659 virtual RegExpNode* Clone() = 0;
756 virtual ActionNode* Clone() { return new ActionNode(*this); }
817 virtual TextNode* Clone() {
    [all...]
  /external/webkit/WebCore/platform/win/
WCDataObject.cpp 48 STDMETHOD(Clone)(IEnumFORMATETC**);
136 STDMETHODIMP WCEnumFormatEtc::Clone(IEnumFORMATETC** ppCloneEnumFormatEtc)
  /frameworks/base/tools/localize/
ValuesFile.cpp 235 XMLNode* itemNode = item->value->Clone();
246 XMLNode* strNode = str.value->Clone();
XLIFFFile.cpp 108 XMLNode* node = source->Clone();
118 XMLNode* node = target->Clone();
131 XMLNode* node = altSource->Clone();
141 XMLNode* node = altTarget->Clone();
334 addTo->EditChildren().push_back(original->Clone());
364 addTo->EditChildren().push_back(original->Clone());
XMLHandler.h 73 XMLNode* Clone() const;
  /external/chromium/net/
net_resources.scons 7 env = env.Clone(COMPONENT_NAME='net',
net_test_support.scons 7 env = env.Clone(COMPONENT_NAME='net',
  /external/chromium/third_party/icu/
icudata.scons 7 env = env.Clone(COMPONENT_NAME='icu',
  /external/chromium/third_party/libevent/
libevent.scons 7 env = env.Clone(COMPONENT_NAME='libevent',
  /external/chromium/third_party/modp_b64/
modp_b64.scons 7 env = env.Clone(COMPONENT_NAME='modp_b64',

Completed in 771 milliseconds

1 2 3