Searched defs:retrieve (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/inspector/
H A DInspectorTimelineAgent.h111 static InspectorTimelineAgent* retrieve(ScriptExecutionContext*);
134 inline InspectorTimelineAgent* InspectorTimelineAgent::retrieve(ScriptExecutionContext* context) function in class:WebCore::InspectorTimelineAgent
/external/webkit/WebCore/bindings/v8/
H A DWorkerContextExecutionProxy.cpp103 WorkerContextExecutionProxy* WorkerContextExecutionProxy::retrieve() function in class:WebCore::WorkerContextExecutionProxy
H A DV8Proxy.cpp272 V8Proxy* proxy = V8Proxy::retrieve(frame);
586 V8Proxy* V8Proxy::retrieve() function in class:WebCore::V8Proxy
590 return retrieve(window->frame());
593 V8Proxy* V8Proxy::retrieve(Frame* frame) function in class:WebCore::V8Proxy
600 V8Proxy* V8Proxy::retrieve(ScriptExecutionContext* context) function in class:WebCore::V8Proxy
604 return retrieve(static_cast<Document*>(context)->frame());
737 V8Proxy* proxy = retrieve(frame);
911 if (V8Proxy* proxy = V8Proxy::retrieve(context))
/external/openssl/ssl/
H A Dkssl.c699 krb5_error_code (KRB5_CALLCONV *retrieve) member in struct:_krb5_cc_ops

Completed in 76 milliseconds