Home
last modified time | relevance | path

Searched refs:forceUpdate (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DElementsPanel.js45 this.treeOutline.focusedNodeChanged = function(forceUpdate) argument
50 this.panel.updateBreadcrumb(forceUpdate);
686 updateBreadcrumb: function(forceUpdate) argument
715 if (handled && !forceUpdate) {
1109 updateStyles: function(forceUpdate) argument
1115 stylesSidebarPane.update(this.focusedDOMNode, null, forceUpdate);
DStylesSidebarPane.js35 update: function(node, editedSection, forceUpdate) argument
39 if (forceUpdate)
42 if (!forceUpdate && (!node || node === this.node))
DElementsTreeOutline.js138 focusedNodeChanged: function(forceUpdate) {}, argument
/external/webkit/WebCore/
DChangeLog-2008-08-1032567 forceUpdate as true. This makes sure the Styles pane clears when there isn't a focused node.
41429 forceUpdate parameter specifies whether the update should occur even
41431 (WebInspector.DocumentPanel.updateBreadcrumb): Added a forceUpdate
41432 parameter. If forceUpdate is true, we always rebuild the breadcrumbs.
41433 (WebInspector.DocumentPanel.updateStyles): Added a forceUpdate
41434 parameter. If forceUpdate is true, we always rebuild the styles pane.
41440 (WebInspector.StylesSidebarPane.update): Added a forceUpdate
41441 parameter. If forceUpdate is true we always rebuild the styles.