Home
last modified time | relevance | path

Searched refs:updateTitle (Results 1 – 21 of 21) sorted by relevance

/external/skia/samplecode/
DSampleApp.cpp1145 this->updateTitle(); in afterChildren()
1293 this->updateTitle(); in updateMatrix()
1354 this->updateTitle(); in onEvent()
1387 this->updateTitle(); in onEvent()
1405 this->updateTitle(); in onEvent()
1533 this->updateTitle(); in onHandleChar()
1538 this->updateTitle(); in onHandleChar()
1544 this->updateTitle(); in onHandleChar()
1561 this->updateTitle(); in onHandleChar()
1578 this->updateTitle(); in setDeviceType()
[all …]
DSampleApp.h182 void updateTitle();
/external/webkit/Source/WebCore/inspector/front-end/
DElementsTreeOutline.js339 this.updateTitle(true);
468 this.updateTitle();
650 this.updateTitle();
659 this.updateTitle();
1092 this.representedObject.removeAttribute(attributeName, this.updateTitle.bind(this));
1103 … this.representedObject.setAttribute(attr.name, attr.value, this.updateTitle.bind(this));
1109 this.representedObject.removeAttribute(attributeName, this.updateTitle.bind(this));
1187 textNode.setNodeValue(newText, this.updateTitle.bind(this));
1195 this.updateTitle();
1216 updateTitle: function(onlySearchQueryChanged) method in WebInspector.ElementsTreeElement
DStylesSidebarPane.js820 item.updateTitle();
1214 this.updateTitle();
1217 updateTitle: function() method in WebInspector.StylePropertyTreeElement
1419 … this.updateTitle(); // FIXME: this will not show new properties. But we don't hit this case yet.
1787 this.updateTitle();
1838 this.updateTitle();
1937 this.updateTitle();
DElementsPanel.js486 nodeItem.updateTitle();
/external/webkit/Tools/GtkLauncher/
Dmain.c42 static void updateTitle(GtkWindow* window, WebKitWebView* webView) in updateTitle() function
66 updateTitle(GTK_WINDOW(window), webView); in notifyTitleCb()
81 updateTitle(GTK_WINDOW(window), webView); in notifyProgressCb()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1276 void Document::updateTitle(const StringWithDirection& title) in updateTitle() function in WebCore::Document
1303 updateTitle(StringWithDirection(title, LTR)); in setTitle()
1321 updateTitle(title); in setTitleElement()
1343 updateTitle(StringWithDirection()); in removeTitle()
DDocument.h1139 void updateTitle(const StringWithDirection&);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2911347 * inspector/front-end/ElementsTreeOutline.js: Renamed _updateTitle to updateTitle.
11348 (WebInspector.ElementsTreeElement.prototype.onattach): Updated updateTitle call site.
13717 (WebCore::Document::updateTitle):
62047 … (WebInspector.StylePropertyTreeElement.prototype.updateTitle.processColor.changeColorDisplay):
62049 …(WebInspector.StylePropertyTreeElement.prototype.updateTitle.processColor): Use the persistent set…
62370 … (WebInspector.StylePropertyTreeElement.prototype.updateTitle): Some refactoring to consolidate
62374 … (WebInspector.StylePropertyTreeElement.prototype.updateTitle.processValue): Helper function to
62376 … (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL): Make an anchor for the
62378 … (WebInspector.StylePropertyTreeElement.prototype.updateTitle.processColor): Makes a color, if
62380 …(WebInspector.StylePropertyTreeElement.prototype.updateTitle.processColor.changeColorDisplay.chang…
[all …]
DChangeLog32463 (WebCore::Document::updateTitle):
33821 m_rawTitle = "foo"; updateTitle();
33823 updateTitle("foo");
33826 (WebCore::Document::updateTitle):
57092 (WebInspector.ElementsTreeElement.prototype.updateTitle):
DChangeLog-2011-02-1623327 (WebInspector.StylePropertyTreeElement.prototype.updateTitle):
35950 (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
35951 (WebInspector.StylePropertyTreeElement.prototype.updateTitle):
DChangeLog-2010-05-2413344 (WebInspector.ElementsTreeElement.prototype.updateTitle):
45909 (WebInspector.ElementsTreeElement.prototype.updateTitle.callback):
45910 (WebInspector.ElementsTreeElement.prototype.updateTitle):
DChangeLog-2005-12-196273 (DocumentImpl::updateTitle):
25226 (DocumentImpl::updateTitle):
DChangeLog-2006-05-1030505 (DocumentImpl::updateTitle):
35583 (DocumentImpl::updateTitle):
DChangeLog-2010-12-064838 (WebInspector.StylePropertyTreeElement.prototype.updateTitle.processColor.nextFormat):
4839 … (WebInspector.StylePropertyTreeElement.prototype.updateTitle.processColor.changeColorDisplay):
11921 (WebInspector.ElementsTreeElement.prototype.updateTitle):
25723 (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
25877 (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
26041 (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
DChangeLog-2008-08-10995 updateAll. Otherwise just call updateTitle like before.
1379 (WebInspector.StylePropertyTreeElement.prototype.updateTitle): Use the
DChangeLog-2006-12-3113342 (WebCore::Document::updateTitle):
DChangeLog-2007-10-1461512 Fix regression by making setTitle/updateTitle/removeTitle logic match document.title
DChangeLog-2005-08-2315036 (DocumentImpl::updateTitle):
DChangeLog-2009-06-1624127 (WebInspector.StylePropertyTreeElement.prototype.updateTitle):
/external/webkit/Tools/
DChangeLog-2011-02-168301 (updateTitle):