HomeSort by relevance Sort by last modified time
    Searched refs:Persistent (Results 1 - 25 of 36) sorted by null

1 2

  /external/skia/experimental/SkV8Example/
Path2D.h 30 v8::Persistent<v8::Object>& persistent() { function in class:Path2D
40 v8::Persistent<v8::Object> handle_;
48 static v8::Persistent<v8::ObjectTemplate> gPath2DTemplate;
JsContext.h 51 v8::Persistent<v8::Function> fOnDraw;
55 static v8::Persistent<v8::ObjectTemplate> gContextTemplate;
Global.h 23 typedef v8::Persistent<v8::Function, v8::CopyablePersistentTraits<v8::Function> > CopyablePersistentFn;
72 v8::Persistent<v8::Context> fContext;
Path2D.cpp 14 v8::Persistent<v8::ObjectTemplate> Path2D::gPath2DTemplate;
44 // Make a weak persistent and set up the callback so we can delete the path pointer.
46 v8::Persistent<v8::Object> weak(gGlobal->getIsolate(), result);
JsContext.cpp 24 v8::Persistent<v8::ObjectTemplate> JsContext::gContextTemplate;
133 // Store the function in a Persistent handle, since we also want that to
  /external/v8/tools/clang/blink_gc_plugin/tests/
cycle_sub.h 31 Persistent<A> m_a;
cycle_super.h 36 Persistent<C> m_c;
cycle_super_neg.h 32 Persistent<B> m_b;
persistent_field_in_gc_managed_class.h 17 Persistent<HeapObject> m_obj;
cycle_ptrs.h 49 Persistent<A> m_a;
member_in_offheap_class.h 19 Persistent<HeapVector<Member<HeapObject> > > m_objs; // OK
  /external/v8/tools/clang/blink_gc_plugin/
CheckGCRootsVisitor.h 29 void VisitPersistent(Persistent* edge) override;
Edge.cpp 23 void RecursiveEdgeVisitor::AtPersistent(Persistent*) {}
72 void RecursiveEdgeVisitor::VisitPersistent(Persistent* e) {
Edge.h 21 class Persistent;
39 virtual void VisitPersistent(Persistent*) {}
55 void VisitPersistent(Persistent*) override;
74 virtual void AtPersistent(Persistent*);
215 class Persistent : public PtrEdge {
217 explicit Persistent(Edge* ptr) : PtrEdge(ptr) { }
CheckGCRootsVisitor.cpp 46 void CheckGCRootsVisitor::VisitPersistent(Persistent* edge) {
  /external/v8/include/
v8.h 118 class Persistent;
202 * There are two types of handles: local and persistent handles.
204 * local operations. They are managed by HandleScopes. Persistent
280 const Persistent<S>& that) const {
311 template<class F, class M> friend class Persistent;
471 * A persistent handle contains a reference to a storage cell within
610 template<class F1, class F2> friend class Persistent;
628 * Default traits for Persistent. This class does not allow
636 typedef Persistent<T, NonCopyablePersistentTraits<T> > NonCopyablePersistent;
639 V8_INLINE static void Copy(const Persistent<S, M>& source
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 191 template<typename T> class Persistent {
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 98 Persistent bool
185 if e.Persistent && !e.Expires.After(now) {
400 e.Persistent = true
404 e.Persistent = false
410 e.Persistent = true
427 // endOfTime is the time when session (non-persistent) cookies expire.
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 98 Persistent bool
185 if e.Persistent && !e.Expires.After(now) {
400 e.Persistent = true
404 e.Persistent = false
410 e.Persistent = true
427 // endOfTime is the time when session (non-persistent) cookies expire.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 709 v8::Persistent<v8::External> v8_this_;
710 v8::Persistent<v8::Context> v8_context_;
  /external/clang/tools/libclang/
Indexing.cpp 554 bool Persistent = requestedToGetTU;
587 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(),
    [all...]
  /external/nanohttpd/
README.md 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /external/nanohttpd/src/site/markdown/
index.md 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /external/v8/src/
api.h 230 const v8::Persistent<T>& persistent) {
232 reinterpret_cast<v8::internal::Object**>(persistent.val_));
237 v8::Persistent<T>* persistent) {
238 return OpenPersistent(*persistent);

Completed in 700 milliseconds

1 2