Searched refs:updateStyle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js27 this.updateStyle();
28 window.addEventListener('resize', this.updateStyle.wrap(this));
H A Dmedia_controls.js1175 VideoControls.prototype.updateStyle = function() {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp154 bool isEditablePosition(const Position& p, EditableType editableType, EUpdateStyle updateStyle) argument
159 if (updateStyle == UpdateStyle)
162 ASSERT(updateStyle == DoNotUpdateStyle);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1088 void updateStyle(StyleRecalcChange);
H A DDocument.cpp1813 updateStyle(change);
1837 void Document::updateStyle(StyleRecalcChange change) function in class:blink::Document
1839 TRACE_EVENT0("blink", "Document::updateStyle");

Completed in 732 milliseconds