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

/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js25 this.updateStyle();
26 window.addEventListener('resize', this.updateStyle.wrap(this));
/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/ui/file_manager/file_manager/foreground/js/media/
H A Dmedia_controls.js1130 VideoControls.prototype.updateStyle = function() {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1115 void updateStyle(StyleRecalcChange);
H A DDocument.cpp1857 updateStyle(change);
1880 void Document::updateStyle(StyleRecalcChange change) function in class:WebCore::Document
1882 TRACE_EVENT0("webkit", "Document::updateStyle");

Completed in 515 milliseconds