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

  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 34 winxml::Dom::IXmlDocument* xml_doc,
35 winxml::Dom::IXmlNode** node) {
39 mswr::ComPtr<winxml::Dom::IXmlElement> document_element;
43 mswr::ComPtr<winxml::Dom::IXmlNodeList> elements;
65 HRESULT CreateTextNode(winxml::Dom::IXmlDocument* xml_doc,
70 mswr::ComPtr<winxml::Dom::IXmlElement> document_element;
74 mswr::ComPtr<winxml::Dom::IXmlText> xml_text_node;
80 mswr::ComPtr<winxml::Dom::IXmlNode> created_node;
82 winxml::Dom::IID_IXmlNode,
86 mswr::ComPtr<winxml::Dom::IXmlNode> text_node_root
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 757 DomPair &Dom = NearestDom[ParentVNI->id];
764 Dom = DomPair(ValMBB, VNI->def);
774 if (!Dom.first) {
776 Dom = DomPair(ValMBB, VNI->def);
777 } else if (Dom.first == ValMBB) {
779 if (!Dom.second.isValid() || VNI->def < Dom.second)
780 Dom.second = VNI->def;
784 MDT.findNearestCommonDominator(Dom.first, ValMBB);
787 Dom = DomPair(ValMBB, VNI->def)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
main.js 13 * Indicates if the DOM and scripts have been already loaded.
20 * Called by main.html after the DOM has been parsed.
30 // Create the File Manager object. Note, that the DOM, nor any external
34 // Initialize the core stuff, which doesn't require access to DOM nor to
38 // Final initialization is performed after all scripts and Dom is loaded.
scrollbar.js 46 * Initializes the DOM structure of the scrollbar.
171 * Handles changed in Dom by redrawing the scrollbar. Ignores consecutive calls.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
preview_panel.js 9 * @param {HTMLElement} element DOM Element of preview panel.
43 * Dom element of the preview panel.
319 * @param {HTMLElement} element DOM element of the label.
376 * @param {HTMLElement} element DOM Element of thumbnail container.
456 * Create the zoomed version of image and set it to the DOM element to show the
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 12 * @param {HTMLElement} dialogDom The DOM node containing the prototypical
219 * One-time initialization of various DOM nodes. Fetching manifest may take a
220 * long time due to slow connection. Dom nodes that do not depend on manifest
242 * One-time initialization of various DOM nodes. Dom nodes that do depend on
682 // because the Error Container is declared in the DOM before the Wallpaper
684 // TODO(bshe): Make the overlay selection not dependent on the DOM.
    [all...]

Completed in 147 milliseconds