Home | History | Annotate | Download | only in custom

Lines Matching refs:imp

90     HTMLCollection* imp = V8HTMLCollection::toNative(info.Holder());
91 return getNamedItems(imp, v8StringToAtomicWebCoreString(name));
97 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder());
98 return getItem(imp, args[0]);
104 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder());
105 v8::Handle<v8::Value> result = getNamedItems(imp, toWebCoreString(args[0]));
119 HTMLCollection* imp = V8HTMLCollection::toNative(args.Holder());
122 return getItem(imp, args[0]);
131 Node* node = imp->namedItem(name);
136 node = imp->nextNamedItem(name);