Searched refs:new (Results 176 - 200 of 2217) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationEvent.h42 return adoptRefWillBeNoop(new DeviceOrientationEvent);
46 return adoptRefWillBeNoop(new DeviceOrientationEvent(eventType, orientation));
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeyMessageEvent.h50 return adoptRefWillBeNoop(new MediaKeyMessageEvent);
55 return adoptRefWillBeNoop(new MediaKeyMessageEvent(type, initializer));
H A DMediaKeyNeededEvent.h48 return adoptRefWillBeNoop(new MediaKeyNeededEvent);
53 return adoptRefWillBeNoop(new MediaKeyNeededEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDeprecatedStorageQuotaCallbacksImpl.h48 return adoptPtrWillBeNoop(new DeprecatedStorageQuotaCallbacksImpl(success, error));
53 return adoptPtrWillBeNoop(new DeprecatedStorageQuotaCallbacksImpl(success, error));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DDistantLightSource.h34 return adoptRef(new DistantLightSource(azimuth, elevation));
39 return adoptRef(new DistantLightSource(m_azimuth, m_elevation));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dfakeportallocatorfactory.h43 new rtc::RefCountedObject<FakePortAllocatorFactory>();
52 return new cricket::FakePortAllocator(rtc::Thread::Current(), NULL);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_symbol_table.h29 #include <new>
54 /* Callers of this ralloc-based new need not call delete. It's
56 static void* operator new(size_t size, void *ctx)
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dpycrypto_aes.py12 def new(key, mode, IV): function
21 self.context = Crypto.Cipher.AES.new(key, mode, IV)
H A Dpycrypto_tripledes.py12 def new(key, mode, IV): function
21 self.context = Crypto.Cipher.DES3.new(key, mode, IV)
/external/conscrypt/src/compat/native/
H A DUniquePtr.h53 // UniquePtr<C> c(new C);
57 // Construct a new UniquePtr, taking ownership of the given raw pointer.
179 UniquePtr<C> c(new C);
186 UniquePtr<C> c(new C);
194 UniquePtr<C> c(new C);
196 c.reset(new C);
207 UniquePtr<C[]> cs(new C[4]);
213 UniquePtr<C[]> c(new C[4]);
221 UniquePtr<C[]> c(new C[4]);
223 c.reset(new
[all...]
/external/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h28 return new ExpressionSourceCode ("$__lldb_expr",
37 return new ExpressionSourceCode (name,
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.h29 #include <new>
54 /* Callers of this ralloc-based new need not call delete. It's
56 static void* operator new(size_t size, void *ctx)
/external/proguard/examples/dictionaries/
H A Dkeywords.txt15 new
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb13 @adaptor = CommonTreeAdaptor.new
17 CommonTreeNodeStream.new(t)
21 t = CommonTree.new(CommonToken.new { |t| t.type = 101 })
36 v = Class.new(CommonTree) do
39 super(token || (CommonToken.new { |t| t.type = type } if type))
47 t = v.new(nil, 101, 2)
48 u = v.new CommonToken.create(:type => 102, :text => '102')
60 t = CommonTree.new CommonToken[101]
61 t.add_child( CommonTree.new CommonToke
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dtyped_fs_factory.h17 sdk_util::ScopedRef<T> fs(new T());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryListEvent.h25 return adoptRefWillBeNoop(new MediaQueryListEvent);
30 return adoptRefWillBeNoop(new MediaQueryListEvent(list));
35 return adoptRefWillBeNoop(new MediaQueryListEvent(media, matches));
40 return adoptRefWillBeNoop(new MediaQueryListEvent(eventType, initializer));
H A DStyleMedia.h44 static PassRefPtrWillBeRawPtr<StyleMedia> create(LocalFrame* frame) { return adoptRefWillBeNoop(new StyleMedia(frame));}
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementDataCache.h46 static PassOwnPtrWillBeRawPtr<ElementDataCache> create() { return adoptPtrWillBeNoop(new ElementDataCache); }
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCreateLinkCommand.h37 return adoptRefWillBeNoop(new CreateLinkCommand(document, linkURL));
H A DRemoveNodePreservingChildrenCommand.h37 return adoptRefWillBeNoop(new RemoveNodePreservingChildrenCommand(node, shouldAssumeContentIsAlwaysEditable));
H A DSplitTextNodeContainingElementCommand.h37 return adoptRefWillBeNoop(new SplitTextNodeContainingElementCommand(node, offset));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventFactory.h50 return adoptPtr(new EventFactory());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageLoader.h34 return adoptPtrWillBeNoop(new HTMLImageLoader(element));
H A DLabelsNodeList.h38 return adoptRefWillBeNoop(new LabelsNodeList(ownerNode));
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegionList.h42 return adoptRefWillBeNoop(new VTTRegionList());

Completed in 391 milliseconds

1234567891011>>