Home
last modified time | relevance | path

Searched refs:kDOMApplicationCacheCacheIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8DOMApplicationCacheCustom.cpp91 removeHiddenDependency(info.Holder(), object, V8Custom::kDOMApplicationCacheCacheIndex); in ACCESSOR_SETTER()
98 createHiddenDependency(info.Holder(), value, V8Custom::kDOMApplicationCacheCacheIndex); in ACCESSOR_SETTER()
112 createHiddenDependency(args.Holder(), args[1], V8Custom::kDOMApplicationCacheCacheIndex); in CALLBACK_FUNC_DECL()
128 removeHiddenDependency(args.Holder(), args[1], V8Custom::kDOMApplicationCacheCacheIndex); in CALLBACK_FUNC_DECL()
DV8CustomBinding.h157 static const int kDOMApplicationCacheCacheIndex = kDefaultWrapperInternalFieldCount + 0; variable