Searched refs:forceUpdate (Results 1 – 4 of 4) sorted by relevance
45 this.treeOutline.focusedNodeChanged = function(forceUpdate) argument50 this.panel.updateBreadcrumb(forceUpdate);686 updateBreadcrumb: function(forceUpdate) argument715 if (handled && !forceUpdate) {1109 updateStyles: function(forceUpdate) argument1115 stylesSidebarPane.update(this.focusedDOMNode, null, forceUpdate);
35 update: function(node, editedSection, forceUpdate) argument39 if (forceUpdate)42 if (!forceUpdate && (!node || node === this.node))
138 focusedNodeChanged: function(forceUpdate) {}, argument
32567 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 even41431 (WebInspector.DocumentPanel.updateBreadcrumb): Added a forceUpdate41432 parameter. If forceUpdate is true, we always rebuild the breadcrumbs.41433 (WebInspector.DocumentPanel.updateStyles): Added a forceUpdate41434 parameter. If forceUpdate is true, we always rebuild the styles pane.41440 (WebInspector.StylesSidebarPane.update): Added a forceUpdate41441 parameter. If forceUpdate is true we always rebuild the styles.