Searched refs:new (Results 376 - 400 of 1611) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/storage/wince/
H A DLocalStorageThreadWinCE.h38 static PassRefPtr<LocalStorageThread> create() { return adoptRef(new LocalStorageThread); }
/external/webkit/Source/WebCore/svg/
H A DSVGDocument.h38 return adoptRef(new SVGDocument(frame, url));
/external/webkit/Source/WebCore/webaudio/
H A DAudioGainNode.h44 return adoptRef(new AudioGainNode(context, sampleRate));
/external/webkit/Source/WebCore/wml/
H A DWMLDocument.h37 return adoptRef(new WMLDocument(frame, url));
/external/webkit/Source/WebKit/chromium/public/
H A DWebVector.h154 m_ptr = static_cast<T*>(::operator new(sizeof(T) * m_size));
156 new (&m_ptr[i]) T();
167 m_ptr = static_cast<T*>(::operator new(sizeof(T) * m_size));
169 new (&m_ptr[i]) T(values[i]);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.h26 return adoptRef(new WebFrameNetworkingContext(frame));
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameNetworkingContextWinCE.h36 return adoptRef(new FrameNetworkingContextWinCE(frame, userAgent));
/external/webkit/Source/WebKit2/Shared/
H A DWebContextMenuItem.h42 return adoptRef(new WebContextMenuItem(data));
/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.h44 return adoptRef(new AuthenticationDecisionListener(authenticationChallenge));
H A DWebProtectionSpace.h41 return adoptRef(new WebProtectionSpace(protectionSpace));
/external/webkit/Source/WebKit2/UIProcess/
H A DGeolocationPermissionRequestProxy.h42 return adoptRef(new GeolocationPermissionRequestProxy(manager, geolocationID));
H A DWebNavigationData.h41 return adoptRef(new WebNavigationData(store));
H A DWebOpenPanelResultListenerProxy.h44 return adoptRef(new WebOpenPanelResultListenerProxy(page));
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebContextMenuProxyMac.h43 return adoptRef(new WebContextMenuProxyMac(webView, page));
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextMenuProxyWin.h40 return adoptRef(new WebContextMenuProxyWin(parentWindow, page));
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h44 return adoptRef(new InjectedBundleBackForwardList(page));
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.h31 return adoptRef(new WebFrameNetworkingContext(frame));
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebFrameNetworkingContext.h31 return adoptRef(new WebFrameNetworkingContext(frame));
/external/ipsec-tools/src/racoon/
H A Dpolicy.c292 struct secpolicy *new; local
294 new = racoon_calloc(1, sizeof(*new));
295 if (new == NULL)
298 return new;
381 inssp(new)
382 struct secpolicy *new;
388 if (new->spidx.priority < p->spidx.priority) {
389 TAILQ_INSERT_BEFORE(p, new, chain);
395 TAILQ_INSERT_TAIL(&sptree, new, chai
428 struct ipsecrequest *new; local
[all...]
/external/valgrind/main/massif/tests/
H A Dpeak2.post.exp42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[],
[all...]
/external/bsdiff/
H A Dbsdiff.c142 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) argument
147 if(old[i]!=new[i]) break;
153 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos)
158 x=matchlen(old+I[st],oldsize-I[st],new,newsize);
159 y=matchlen(old+I[en],oldsize-I[en],new,newsize);
171 if(memcmp(old+I[x],new,MIN(oldsize-I[x],newsize))<0) {
172 return search(I,old,oldsize,new,newsize,x,en,pos);
174 return search(I,old,oldsize,new,newsize,st,x,pos);
199 u_char *old,*new; local
238 ((new
152 search(off_t *I,u_char *old,off_t oldsize, u_char *new,off_t newsize,off_t st,off_t en,off_t *pos) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Drule-tracing.rb59 lexer = Traced::Lexer.new( '< 1 + 2 + 3 >' )
60 parser = Traced::Parser.new lexer
/external/chromium/base/
H A Dmessage_loop_proxy.h51 return PostNonNestableTask(from_here, new DeleteTask<T>(object));
56 return PostNonNestableTask(from_here, new ReleaseTask<T>(object));
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dlanguage_options_util.h67 ListValue* list_value = new ListValue();
69 ListValue* option = new ListValue();
/external/dbus/test/name-test/
H A Dtest-activation-forking.py34 def on_forking_echo_owner_changed(name, old, new):
43 if new == '':

Completed in 1364 milliseconds

<<11121314151617181920>>