Searched refs:newBody (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp203 RefPtrWillBeRawPtr<HTMLTableSectionElement> newBody = HTMLTableSectionElement::create(tbodyTag, document()); local
205 newBody->appendChild(newRow, exceptionState);
206 appendChild(newBody.release(), exceptionState);
/external/chromium_org/third_party/readability/js/
H A Dreadability.js395 var newBody = document.createElement('body');
396 readability.moveNodeInnards(bestFrame.contentWindow.document.body, newBody);
397 newBody.style.overflow = 'scroll';
398 document.body = newBody;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2403 RefPtrWillBeRawPtr<HTMLElement> newBody = prpNewBody; local
2405 if (!newBody) {
2414 if (!isHTMLBodyElement(*newBody) && !isHTMLFrameSetElement(*newBody)) {
2415 exceptionState.throwDOMException(HierarchyRequestError, "The new body element is of type '" + newBody->tagName() + "'. It must be either a 'BODY' or 'FRAMESET' element.");
2420 if (oldBody == newBody)
2424 documentElement()->replaceChild(newBody.release(), oldBody, exceptionState);
2426 documentElement()->appendChild(newBody.release(), exceptionState);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 164 milliseconds