Searched refs:is_weak (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PersistentValueMap.h44 * The parameter is_weak will determine whether the references are 'weak'.
48 template<class KeyType, class ValueType, bool is_weak>
82 static const v8::PersistentContainerCallbackType kCallbackType = is_weak ? v8::kWeak : v8::kNotWeak;
83 typedef v8::PersistentValueMap<KeyType, ValueType, V8PersistentValueMapTraits<KeyType, ValueType, is_weak> > MapType;
116 * If is_weak is set, values will be held weakly and map entries will be
119 template<class KeyType, class ValueType, bool is_weak = true>
120 class V8PersistentValueMap : public v8::PersistentValueMap<KeyType, ValueType, V8PersistentValueMapTraits<KeyType, ValueType, is_weak> > {
122 typedef V8PersistentValueMapTraits<KeyType, ValueType, is_weak> Traits;
/external/chromium_org/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py144 def is_weak(self): member in class:Edge
187 if edge.is_weak() or not edge.is_super():
/external/elfutils/0.153/src/
H A Dnm.c994 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK; local
996 ? (is_tls ? "@" : (is_weak ? "*" : " ")) : "");
1005 else if (is_weak)
1020 else if (is_weak)
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp150 static SkWeakReturn is_weak(FcPattern* pattern, const char object[], int id) { function
228 result = is_weak(minimal, object, 0);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.cc165 bool is_weak = (strnicmp(value.c_str(), "W/", 2) == 0); local
166 return is_weak ? HVS_WEAK : HVS_STRONG;
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h441 VisitorSynchronization::SyncTag tag, bool is_weak, Object* child);
H A Dheap-snapshot-generator.cc1594 bool is_weak = weak_containers_.Contains(array); local
1596 if (is_weak) {
2114 VisitorSynchronization::SyncTag tag, bool is_weak, Object* child_obj) {
2125 if (is_weak) {
2113 SetGcSubrootReference( VisitorSynchronization::SyncTag tag, bool is_weak, Object* child_obj) argument

Completed in 1731 milliseconds