/external/webkit/Source/WebCore/inspector/front-end/ |
FontView.js | 55 this.fontStyleElement = document.createElement("style"); 57 document.head.appendChild(this.fontStyleElement); 59 this.fontPreviewElement = document.createElement("div"); 64 this._dummyElement = document.createElement("div");
|
Section.js | 32 this.element = document.createElement("div"); 36 this.headerElement = document.createElement("div"); 39 this.titleElement = document.createElement("div"); 42 this.subtitleElement = document.createElement("div");
|
/external/webkit/Source/WebCore/page/ |
Location.cpp | 54 const KURL& url = m_frame->document()->url(); 170 KURL url = m_frame->document()->url(); 182 KURL url = m_frame->document()->url(); 191 KURL url = m_frame->document()->url(); 200 KURL url = m_frame->document()->url(); 213 KURL url = m_frame->document()->url(); 222 KURL url = m_frame->document()->url(); 231 KURL url = m_frame->document()->url(); 271 if (protocolIsJavaScript(m_frame->document()->url()))
|
/external/webkit/Source/WebCore/page/wince/ |
FrameWinCE.cpp | 30 #include "Document.h" 62 if (!frame->document() || !frame->view() || !frame->document()->renderer()) 65 RenderView* root = toRenderView(frame->document()->renderer()); 68 LOG_ERROR("document to be printed has no renderer"); 140 frame->document()->updateLayout();
|
/external/webkit/Source/WebCore/platform/network/ |
FormDataBuilder.h | 29 class Document; 35 static TextEncoding encodingFromAcceptCharset(const String& acceptCharset, Document* document);
|
/external/webkit/Source/WebCore/rendering/ |
RenderBR.cpp | 25 #include "Document.h" 43 if (firstLine && document()->usesFirstLineRules()) {
|
/external/webkit/Source/WebCore/svg/ |
SVGClipPathElement.cpp | 29 #include "Document.h" 41 inline SVGClipPathElement::SVGClipPathElement(const QualifiedName& tagName, Document* document) 42 : SVGStyledTransformableElement(tagName, document) 47 PassRefPtr<SVGClipPathElement> SVGClipPathElement::create(const QualifiedName& tagName, Document* document) 49 return adoptRef(new SVGClipPathElement(tagName, document));
|
SVGFEBlendElement.cpp | 38 inline SVGFEBlendElement::SVGFEBlendElement(const QualifiedName& tagName, Document* document) 39 : SVGFilterPrimitiveStandardAttributes(tagName, document) 44 PassRefPtr<SVGFEBlendElement> SVGFEBlendElement::create(const QualifiedName& tagName, Document* document) 46 return adoptRef(new SVGFEBlendElement(tagName, document));
|
SVGFEGaussianBlurElement.cpp | 39 inline SVGFEGaussianBlurElement::SVGFEGaussianBlurElement(const QualifiedName& tagName, Document* document) 40 : SVGFilterPrimitiveStandardAttributes(tagName, document) 44 PassRefPtr<SVGFEGaussianBlurElement> SVGFEGaussianBlurElement::create(const QualifiedName& tagName, Document* document) 46 return adoptRef(new SVGFEGaussianBlurElement(tagName, document));
|
SVGFEOffsetElement.cpp | 38 inline SVGFEOffsetElement::SVGFEOffsetElement(const QualifiedName& tagName, Document* document) 39 : SVGFilterPrimitiveStandardAttributes(tagName, document) 43 PassRefPtr<SVGFEOffsetElement> SVGFEOffsetElement::create(const QualifiedName& tagName, Document* document) 45 return adoptRef(new SVGFEOffsetElement(tagName, document));
|
SVGImageLoader.cpp | 55 return element()->document()->completeURL(stripLeadingAndTrailingHTMLSpaces(attr));
|
SVGStyleElement.h | 35 static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document*, bool createdByParser); 50 SVGStyleElement(const QualifiedName&, Document*, bool createdByParser); 60 virtual bool sheetLoaded() { return StyleElement::sheetLoaded(document()); }
|
/external/webkit/Source/WebCore/xml/ |
XPathNamespace.cpp | 37 : Node(ownerElement->document(), CreateOther) 44 Document* XPathNamespace::ownerDocument() const
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
PlatformBridge.cpp | 30 #include "Document.h" 72 void PlatformBridge::setCookies(const Document* document, const KURL& url, const String& value) 77 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); 88 String PlatformBridge::cookies(const Document* document, const KURL& url) 92 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); 105 bool PlatformBridge::cookiesEnabled(const Document* document [all...] |
/external/webkit/Source/WebKit/gtk/tests/ |
testdomdomwindow.c | 121 WebKitDOMDocument* document = webkit_web_view_get_dom_document(view); local 122 g_assert(document); 123 WebKitDOMDOMWindow* domWindow = webkit_dom_document_get_default_view(document); 154 WebKitDOMDocument* document; local 160 document = webkit_web_view_get_dom_document(WEBKIT_WEB_VIEW(fixture->webView)); 161 g_assert(document); 162 domWindow = webkit_dom_document_get_default_view(document); 166 element = webkit_dom_document_get_element_by_id(document, "test"); 168 event = webkit_dom_document_create_event(document, "MouseEvent", NULL);
|
/frameworks/base/tools/preload/ |
sorttable.js | 30 if (!document.createElement || !document.getElementsByTagName) return; 34 forEach(document.getElementsByTagName('table'), function(table) { 46 the = document.createElement('thead'); 68 tfo = document.createElement('tfoot'); 100 this.removeChild(document.getElementById('sorttable_sortfwdind')); 101 sortrevind = document.createElement('span'); 113 this.removeChild(document.getElementById('sorttable_sortrevind')); 114 sortfwdind = document.createElement('span'); 129 sortfwdind = document.getElementById('sorttable_sortfwdind') [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidDocumentChange.java | 38 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr; 39 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument; 40 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel; 75 * @param document the document this change is working on 77 public AndroidDocumentChange(IDocument document) { 78 super(SdkConstants.FN_ANDROID_MANIFEST_XML, document); 106 * @param xmlDoc the document 139 * @param xmlDoc the document 167 * Returns the SSE model for a document [all...] |
AndroidTypeRenameChange.java | 46 * @param document the document 52 IDocument document, Map<String, String> elements, String newName, String oldName) { 53 super(document); 54 this.mDocument = document; 61 this.mModel = getModel(document);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
TestLayoutDevicesXsd.java | 116 public void checkFailure(String document, String regexp) throws Exception {
117 Source source = new StreamSource(new StringReader(document));
132 public void checkSuccess(String document) throws Exception {
133 Source source = new StreamSource(new StringReader(document));
156 /** A document should at least have a root to be valid */
159 // document
166 /** A document with an unknown element. */
169 // document
179 /** A document with an missing attribute in a device element. */
182 // document
[all...] |
/external/webkit/Source/WebCore/html/ |
HTMLMediaElement.cpp | 123 HTMLMediaElement::HTMLMediaElement(const QualifiedName& tagName, Document* document) 124 : HTMLElement(tagName, document) 125 , ActiveDOMObject(document, this) 184 document->registerForDocumentActivationCallbacks(this); 185 document->registerForMediaVolumeCallbacks(this); 186 document->registerForPrivateBrowsingStateChangedCallbacks(this); 189 document->addListenerTypeIfNeeded(eventNames().touchstartEvent); 198 document()->removeMediaCanStartListener(this); 200 document()->unregisterForDocumentActivationCallbacks(this) [all...] |
HTMLCanvasElement.cpp | 38 #include "Document.h" 77 HTMLCanvasElement::HTMLCanvasElement(const QualifiedName& tagName, Document* document) 78 : HTMLElement(tagName, document) 93 , m_pageScaleFactor(document->frame() ? document->frame()->page()->chrome()->scaleFactor() : 1) 101 PassRefPtr<HTMLCanvasElement> HTMLCanvasElement::create(Document* document) 103 return adoptRef(new HTMLCanvasElement(canvasTag, document)); 106 PassRefPtr<HTMLCanvasElement> HTMLCanvasElement::create(const QualifiedName& tagName, Document* document [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
getOwnPropertyDescriptor.js | 26 descriptorShouldBe("document.__proto__.__proto__", "'createElement'", {writable: true, enumerable: true, configurable: false, value:"document.createElement"}); 49 descriptorShouldBe("document.getElementsByTagName('div')", "'length'", {writable: false, enumerable: true, configurable: false, value:"1"}); 50 descriptorShouldBe("document.getElementsByTagName('div')", "0", {writable: false, enumerable: true, configurable: false, value:"document.getElementsByTagName('div')[0]"}); 51 descriptorShouldBe("document.getElementsByClassName('pass')", "0", {writable: false, enumerable: true, configurable: false, value:"document.getElementsByClassName('pass')[0]"}); 52 descriptorShouldBe("document.getElementsByClassName('pass')", "'length'", {writable: false, enumerable: true, configurable: false, value:"document.getElementsByClassName('pass').length"}); 53 var canvas = document.createElement("canvas") [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
socketsview.js | 19 this.socketPoolDiv_ = document.getElementById(socketPoolDivId); 20 this.socketPoolGroupsDiv_ = document.getElementById(socketPoolGroupsDivId); 22 var closeIdleButton = document.getElementById(closeIdleSocketsButtonId); 25 var flushSocketsButton = document.getElementById(socketPoolFlushButtonId);
|
/external/chromium/chrome/browser/resources/shared/css/ |
tree.css.js | 8 var ctx = document.getCSSCanvasContext('2d', 'tree-triangle', a + 1, a2 + 2);
|
/external/chromium/chrome/browser/resources/shared/js/ |
parse_html_subset.js | 11 * @return {DocumentFragment} A document fragment containing the DOM tree. 33 * @return {DocumentFragment} A document fragment containing the DOM tree. 55 var r = document.createRange(); 56 r.selectNode(document.body);
|