Home
last modified time | relevance | path

Searched refs:retrieve (Results 1 – 25 of 103) sorted by relevance

12345

/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.cpp224 V8Proxy* proxy = V8Proxy::retrieve(frame); in handleOutOfMemory()
570 V8Proxy* V8Proxy::retrieve() in retrieve() function in WebCore::V8Proxy
574 return retrieve(window->frame()); in retrieve()
577 V8Proxy* V8Proxy::retrieve(Frame* frame) in retrieve() function in WebCore::V8Proxy
584 V8Proxy* V8Proxy::retrieve(ScriptExecutionContext* context) in retrieve() function in WebCore::V8Proxy
588 return retrieve(static_cast<Document*>(context)->frame()); in retrieve()
754 V8Proxy* proxy = retrieve(frame); in mainWorldContext()
831 if (V8Proxy* proxy = V8Proxy::retrieve(context)) in toV8Context()
DV8LazyEventListener.cpp68 if (V8Proxy* proxy = V8Proxy::retrieve(context)) in callListenerFunction()
89 V8Proxy* proxy = V8Proxy::retrieve(context); in prepareListenerObject()
DV8Helpers.cpp50 return V8Proxy::retrieve(frame); in toV8Proxy()
DV8Proxy.h186 static V8Proxy* retrieve();
188 static V8Proxy* retrieve(Frame*);
190 static V8Proxy* retrieve(ScriptExecutionContext*);
DScriptCachedFrameData.cpp67 V8Proxy* proxy = V8Proxy::retrieve(frame); in restore()
DV8EventListener.cpp76 if (V8Proxy* proxy = V8Proxy::retrieve(context)) in callListenerFunction()
DScheduledAction.cpp93 V8Proxy* proxy = V8Proxy::retrieve(context); in execute()
DPageScriptDebugServer.cpp83 V8Proxy* proxy = V8Proxy::retrieve(page->mainFrame()); in addListener()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1880 retrieve: function(property, dflt){ method
1987 var events = this.retrieve('events', {});
2020 var events = this.retrieve('events');
2045 var attached = this.retrieve('events');
2058 var events = this.retrieve('events');
2068 var fevents = from.retrieve('events');
2151 return this.retrieve('opacity', 1);
3435 var tween = this.retrieve('tween');
3441 if (options || !this.retrieve('tween')){
3442 if (options || !this.retrieve('tween:options')) this.set('tween', options);
[all …]
Dconcat-jquery-mootools-prototype.js6256 retrieve: function(property, dflt){ method
6363 var events = this.retrieve('events', {});
6396 var events = this.retrieve('events');
6421 var attached = this.retrieve('events');
6434 var events = this.retrieve('events');
6444 var fevents = from.retrieve('events');
6527 return this.retrieve('opacity', 1);
7811 var tween = this.retrieve('tween');
7817 if (options || !this.retrieve('tween')){
7818 if (options || !this.retrieve('tween:options')) this.set('tween', options);
[all …]
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGDocumentCustom.cpp49 if (V8Proxy* proxy = V8Proxy::retrieve(impl->frame())) in toV8()
DV8CustomPositionCallback.cpp59 V8Proxy* proxy = V8Proxy::retrieve(scriptContext); in handleEvent()
DV8CustomPositionErrorCallback.cpp59 V8Proxy* proxy = V8Proxy::retrieve(scriptContext); in handleEvent()
DV8HTMLDocumentCustom.cpp154 V8Proxy* proxy = V8Proxy::retrieve(frame); in openCallback()
191 if (V8Proxy* proxy = V8Proxy::retrieve(impl->frame())) in toV8()
DV8CustomXPathNSResolver.cpp68 if (V8Proxy* proxy = V8Proxy::retrieve()) { in lookupNamespaceURI()
DV8DocumentCustom.cpp136 if (V8Proxy* proxy = V8Proxy::retrieve(impl->frame())) in toV8()
DV8DOMWindowCustom.cpp269 V8Proxy* proxy = V8Proxy::retrieve(imp->frame()); in addEventListenerCallback()
301 V8Proxy* proxy = V8Proxy::retrieve(imp->frame()); in removeEventListenerCallback()
/external/dropbear/debian/
DREADME.Debian15 binary you will need to be able to retrieve files from a server
Ddropbear.README.Debian15 binary you will need to be able to retrieve files from a server
/external/eigen/cmake/
DEigenConfigureTesting.cmake7 # retrieve and store the build string
/external/webkit/Source/WebKit/chromium/src/
DDebuggerAgentManager.cpp256 WebCore::V8Proxy* proxy = WebCore::V8Proxy::retrieve(webframe->frame()); in setHostId()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
Dmain.m63 …// tell the TreeNodeStream where the tokens originally came from, so we can retrieve arbitrary tok…
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRStringStream.m251 … if (debug > 1) NSLog(@"mark retrieve markers=%x markDepth=%d\n", (NSUInteger)markers, markDepth);
255 …if (debug > 1) NSLog(@"mark retrieve charState %x from %d, index=%d, line=%d, charPositionInLine=%…
/external/e2fsprogs/doc/
Dlibblkid.txt51 Another common usage is to retrieve the value of a specific attribute
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm30 // click event, the application may want to retrieve the next event
252 // because until now, no code wants to retrieve the next event when handling

12345