HomeSort by relevance Sort by last modified time
    Searched refs:thisPtr (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.cpp 130 void WorkerThreadableLoader::MainThreadBridge::mainThreadCreateLoader(ExecutionContext* context, MainThreadBridge* thisPtr, PassOwnPtr<CrossThreadResourceRequestData> requestData, ThreadableLoaderOptions options, ResourceLoaderOptions resourceLoaderOptions, const String& outgoingReferrer)
138 thisPtr->m_mainThreadLoader = DocumentThreadableLoader::create(*document, thisPtr, *request, options, resourceLoaderOptions);
139 if (!thisPtr->m_mainThreadLoader) {
141 thisPtr->didFail(ResourceError(errorDomainBlinkInternal, 0, request->url().string(), "Can't create DocumentThreadableLoader"));
145 void WorkerThreadableLoader::MainThreadBridge::mainThreadDestroy(ExecutionContext* context, MainThreadBridge* thisPtr)
149 delete thisPtr;
162 void WorkerThreadableLoader::MainThreadBridge::mainThreadOverrideTimeout(ExecutionContext* context, MainThreadBridge* thisPtr, unsigned long timeoutMilliseconds)
167 if (!thisPtr->m_mainThreadLoader)
169 thisPtr->m_mainThreadLoader->overrideTimeout(timeoutMilliseconds)
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 114 caught(false), field(nullptr), thisPtr(nullptr) { }
123 mirror::Object* thisPtr; /* InstanceOnly */
526 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr)) {
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
838 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
843 basket.thisPtr = thisPtr;
946 basket.thisPtr = this_object;
976 ObjectId instance_id = registry->Add(basket.thisPtr);
    [all...]
jdwp.h 205 bool PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
217 bool PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, mirror::Object* thisPtr,
228 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptDebugServer.cpp 428 ScriptDebugServer* thisPtr = toScriptDebugServer(info.Data());
429 ScriptState* pausedScriptState = ScriptState::current(thisPtr->m_isolate);
432 thisPtr->handleProgramBreak(pausedScriptState, v8::Handle<v8::Object>::Cast(info[0]), exception, hitBreakpoints);
477 ScriptDebugServer* thisPtr = toScriptDebugServer(eventDetails.GetCallbackData());
478 thisPtr->handleV8DebugEvent(eventDetails);
  /art/runtime/
debugger.h 666 mirror::Object* thisPtr, int eventFlags,

Completed in 170 milliseconds