/external/chromium_org/third_party/WebKit/ManualTests/ |
D | svg-cursor-changes.svg | 4 …sult in an instant update of the cursor location of this and the next circle (tested using DOM) --> 7 …an instant update of the cursor location of this and the previous circle (tested using SVG DOM) --> 13 …icking this circle should result in an instant update of the cursor location (tested using DOM) --> 16 …ng this circle should result in an instant update of the cursor location (tested using SVG DOM) --> 21 <!-- Clicking this circle should result in an instant update of the cursor image (tested using DOM)… 26 …cking this circle should result in an instant update of the cursor image (tested using SVG DOM) -->
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMException.idl | 52 // Introduced in DOM Level 2: 54 // Introduced in DOM Level 2: 56 // Introduced in DOM Level 2: 58 // Introduced in DOM Level 2: 60 // Introduced in DOM Level 2: 62 // Introduced in DOM Level 3: 64 // Introduced in DOM Level 3:
|
D | Text.idl | 25 // DOM Level 1 28 // Introduced in DOM Level 3: 32 // Shadow DOM API
|
D | Document.idl | 29 // DOM Level 1 Core 43 // Introduced in DOM Level 2: 52 // DOM Level 3 Core 64 // DOM Level 2 Events (DocumentEvents interface) 68 // DOM Level 2 Traversal and Range (DocumentRange interface) 72 // DOM Level 2 Traversal and Range (DocumentTraversal interface) 81 // DOM Level 2 Abstract Views (DocumentView interface) 85 // DOM Level 2 Style (DocumentStyle interface) 89 // DOM Level 2 Style (DocumentCSS interface) 94 // DOM 4
|
D | DOMImplementation.idl | 26 // DOM Level 1 31 // DOM Level 2 40 // HTMLDOMImplementation interface from DOM Level 2 HTML
|
D | Attr.idl | 23 // DOM Level 1 33 // DOM Level 2 37 // DOM 4
|
D | DocumentType.idl | 22 // DOM Level 1 26 // DOM Level 2
|
D | ProcessingInstruction.idl | 23 // DOM Level 1 27 // interface LinkStyle from DOM Level 2 Style Sheets
|
D | Element.idl | 25 // DOM Level 1 Core 40 // DOM Level 2 Core 110 // Shadow DOM API
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMAgent.h | 119 virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root) OVERRIDE; 129 …Id, const WTF::String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& … 151 … virtual void getBoxModel(ErrorString*, int nodeId, RefPtr<TypeBuilder::DOM::BoxModel>&) OVERRIDE; 242 PassRefPtr<TypeBuilder::DOM::Node> buildObjectForNode(Node*, int depth, NodeToIdMap*); 244 …PassRefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > buildArrayForContainerChildren(Node* conta… 245 …PassRefPtr<TypeBuilder::DOM::EventListener> buildObjectForEventListener(const RegisteredEventListe… 246 …PassRefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > buildArrayForPseudoElements(Element*, Node… 259 InspectorFrontend::DOM* m_frontend;
|
D | InspectorDOMAgent.cpp | 513 void InspectorDOMAgent::getDocument(ErrorString* errorString, RefPtr<TypeBuilder::DOM::Node>& root) in getDocument() 551 …RefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > children = buildArrayForContainerChildren(node… in pushChildNodesToFrontend() 662 …RefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > children = TypeBuilder::Array<TypeBuilder::DOM… in pushNodePathToFrontend() 860 … nodeId, const String* objectGroup, RefPtr<TypeBuilder::Array<TypeBuilder::DOM::EventListener> >& … in getEventListenersForNode() 862 listenersArray = TypeBuilder::Array<TypeBuilder::DOM::EventListener>::create(); in getEventListenersForNode() 877 …RefPtr<TypeBuilder::DOM::EventListener> listenerObject = buildObjectForEventListener(listener, inf… in getEventListenersForNode() 891 …RefPtr<TypeBuilder::DOM::EventListener> listenerObject = buildObjectForEventListener(listener, inf… in getEventListenersForNode() 1375 void InspectorDOMAgent::getBoxModel(ErrorString* errorString, int nodeId, RefPtr<TypeBuilder::DOM::… in getBoxModel() 1394 …RefPtr<TypeBuilder::DOM::ShapeOutsideInfo> shapeOutsideInfo = m_overlay->buildObjectForShapeOutsid… in getBoxModel() 1396 model = TypeBuilder::DOM::BoxModel::create() in getBoxModel() [all …]
|
D | InspectorInstrumentation.idl | 49 * Examples: DOM, Page, Debugger. 76 [DOM, DOMDebugger, Inline=FastReturn] 79 [DOMDebugger, DOM, Inline=FastReturn] 82 [DOMDebugger, DOM, Inline=FastReturn] 85 [DOM, Inline=FastReturn] 88 [DOM, Inline=FastReturn] 91 [DOM, Inline=FastReturn] 94 [DOM, DOMDebugger, Inline=FastReturn] 121 [DOM, Inline=FastReturn] 124 [DOM, Inline=FastReturn] [all …]
|
D | InspectorDOMDebuggerAgent.cpp | 225 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in didInvalidateStyleAttr() 325 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willInsertDOMNode() 335 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willRemoveDOMNode() 339 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willRemoveDOMNode() 349 … m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release()); in willModifyDOMAttr()
|
/external/chromium_org/components/feedback/proto/ |
D | dom.proto | 5 // Messages containing DOM data captured from the browser. 14 // Data captured from HTMLDocument DOM object. 27 // Data captured from HTMLElement DOM object. 46 // Data captured from DOM Navigator object.
|
/external/chromium_org/components/dom_distiller/ |
D | README | 1 The DOM Distiller component contains code for an experimental prototype for 6 The DOM Distiller is a layered component. See:
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 62 #define DOM(i) (data[(i) + 4 * count]) macro 72 INFO("DOM(%i) = %i\n", i, DOM(i)); in debugPrint() 158 DOM(v) = (SEMI(u) < SEMI(v)) ? u : p; in build() 162 if (DOM(w) != SEMI(w)) in build() 163 DOM(w) = DOM(DOM(w)); in build() 165 DOM(0) = 0; in build() 171 nw = &BasicBlock::get(vert[DOM(v)])->dom;; in build() 187 #undef DOM
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 62 #define DOM(i) (data[(i) + 4 * count]) macro 72 INFO("DOM(%i) = %i\n", i, DOM(i)); in debugPrint() 158 DOM(v) = (SEMI(u) < SEMI(v)) ? u : p; in build() 162 if (DOM(w) != SEMI(w)) in build() 163 DOM(w) = DOM(DOM(w)); in build() 165 DOM(0) = 0; in build() 171 nw = &BasicBlock::get(vert[DOM(v)])->dom;; in build() 187 #undef DOM
|
/external/chromium_org/ppapi/api/ |
D | ppp_messaging.idl | 9 * on the associated DOM element. 20 * DOM element. 25 * is invoked on the DOM element for the module instance in JavaScript. Note
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | Event.idl | 21 // Introduced in DOM Level 2: 28 // DOM PhaseType 66 // DOM Level 3 Additions.
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_instance_private.idl | 43 * the DOM window containing this module instance. 52 * the DOM element containing this module instance. 55 * @return A PP_Var containing DOM element on success.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
D | README.webtreemap.txt | 3 A simple treemap implementation using web technologies (DOM nodes, CSS 12 1. Create a page with a DOM node (i.e. a `<div>`) that will contain
|
/external/chromium_org/third_party/webtreemap/src/ |
D | README.markdown | 3 A simple treemap implementation using web technologies (DOM nodes, CSS 12 1. Create a page with a DOM node (i.e. a `<div>`) that will contain
|
/external/chromium_org/webkit/data/dom_storage/ |
D | README.txt | 2 generated by Chromium 17.0.963.38 beta (using the WebCore DOM Storage
|
/external/chromium_org/third_party/libxml/src/ |
D | TODO | 136 - DOM needs 144 - DOM needs 252 interface. Currently the DOM-like representation is built but 257 - DOM support, instead of using a proprietary in memory 259 call a DOM API to actually build the resulting document. 265 very near a direct DOM implementation. The DOM glue is implemented
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | DEPS | 18 # DOM Distiller.
|