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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 36 #include "HTMLDocument.h"
59 shadowTemplate->SetClassName(v8::String::New("HTMLDocument"));
76 v8::Handle<v8::Value> V8HTMLDocument::GetNamedProperty(HTMLDocument* htmlDocument, const AtomicString& key)
78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl()))
81 RefPtr<HTMLCollection> items = htmlDocument->documentNamedItems(key);
97 // HTMLDocument ----------------------------------------------------------------
113 INC_STATS("DOM.HTMLDocument.write()");
114 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(args.Holder())
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 556 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder());
557 ASSERT(htmlDocument);
558 v8::Handle<v8::Value> result = V8HTMLDocument::GetNamedProperty(htmlDocument, name);
567 void V8DOMWindowShell::namedItemAdded(HTMLDocument* doc, const AtomicString& name)
579 void V8DOMWindowShell::namedItemRemoved(HTMLDocument* doc, const AtomicString& name)
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 302 if ($implClassName eq "HTMLDocument") {
305 static v8::Handle<v8::Value> GetNamedProperty(HTMLDocument* htmlDocument, const AtomicString& key);
512 if ($interfaceName eq "HTMLDocument") {
    [all...]

Completed in 60 milliseconds