/external/skia/samplecode/ |
D | SampleApp.cpp | 1145 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 …]
|
D | SampleApp.h | 182 void updateTitle();
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ElementsTreeOutline.js | 339 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
|
D | StylesSidebarPane.js | 820 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();
|
D | ElementsPanel.js | 486 nodeItem.updateTitle();
|
/external/webkit/Tools/GtkLauncher/ |
D | main.c | 42 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/ |
D | Document.cpp | 1276 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()
|
D | Document.h | 1139 void updateTitle(const StringWithDirection&);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 11347 * 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 …]
|
D | ChangeLog | 32463 (WebCore::Document::updateTitle): 33821 m_rawTitle = "foo"; updateTitle(); 33823 updateTitle("foo"); 33826 (WebCore::Document::updateTitle): 57092 (WebInspector.ElementsTreeElement.prototype.updateTitle):
|
D | ChangeLog-2011-02-16 | 23327 (WebInspector.StylePropertyTreeElement.prototype.updateTitle): 35950 (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL): 35951 (WebInspector.StylePropertyTreeElement.prototype.updateTitle):
|
D | ChangeLog-2010-05-24 | 13344 (WebInspector.ElementsTreeElement.prototype.updateTitle): 45909 (WebInspector.ElementsTreeElement.prototype.updateTitle.callback): 45910 (WebInspector.ElementsTreeElement.prototype.updateTitle):
|
D | ChangeLog-2005-12-19 | 6273 (DocumentImpl::updateTitle): 25226 (DocumentImpl::updateTitle):
|
D | ChangeLog-2006-05-10 | 30505 (DocumentImpl::updateTitle): 35583 (DocumentImpl::updateTitle):
|
D | ChangeLog-2010-12-06 | 4838 (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):
|
D | ChangeLog-2008-08-10 | 995 updateAll. Otherwise just call updateTitle like before. 1379 (WebInspector.StylePropertyTreeElement.prototype.updateTitle): Use the
|
D | ChangeLog-2006-12-31 | 13342 (WebCore::Document::updateTitle):
|
D | ChangeLog-2007-10-14 | 61512 Fix regression by making setTitle/updateTitle/removeTitle logic match document.title
|
D | ChangeLog-2005-08-23 | 15036 (DocumentImpl::updateTitle):
|
D | ChangeLog-2009-06-16 | 24127 (WebInspector.StylePropertyTreeElement.prototype.updateTitle):
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 8301 (updateTitle):
|