HomeSort by relevance Sort by last modified time
    Searched defs:GetCurrent (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ppapi/cpp/
message_loop.cc 50 MessageLoop MessageLoop::GetCurrent() {
54 get_interface<PPB_MessageLoop>()->GetCurrent());
  /external/chromium_org/ppapi/c/
ppb_message_loop.h 79 * GetForMainThread() or, if your code is on the main thread, GetCurrent() will
91 * using the GetCurrent() function.
165 PP_Resource (*GetCurrent)(void);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 89 function GetCurrent: TPair<TKey, TValue>;
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
Antlr.Runtime.Tree.pas     [all...]
  /external/chromium_org/extensions/renderer/
script_context_set.cc 49 ScriptContext* ScriptContextSet::GetCurrent() const {
50 v8::Isolate* isolate = v8::Isolate::GetCurrent();
56 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 149 MessageLoopResource* MessageLoopResource::GetCurrent() {
217 PP_Resource GetCurrent() {
219 Resource* resource = MessageLoopResource::GetCurrent();
258 &GetCurrent,
  /external/chromium_org/ui/gl/
gl_context.cc 32 if (!canceled_ && GetCurrent()) {
33 GetCurrent()->ReleaseCurrent(NULL);
64 if (GetCurrent() == this) {
150 GLContext* GLContext::GetCurrent() {
gl_surface.cc 229 GLSurface* GLSurface::GetCurrent() {
234 if (GetCurrent() == this)
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 96 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() {
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 275 milliseconds