Searched refs:newLabel (Results 1 - 6 of 6) sorted by relevance
/external/skia/src/views/ |
H A D | SkWidgetViews.cpp | 167 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[]) argument 269 virtual void onLabelChange(const char oldLabel[], const char newLabel[]) argument 271 this->INHERITED::onLabelChange(oldLabel, newLabel); 275 evt.setString("LABEL", newLabel);
|
/external/webkit/JavaScriptCore/bytecompiler/ |
H A D | NodesCodegen.cpp | 395 RefPtr<Label> realCall = generator.newLabel(); 396 RefPtr<Label> end = generator.newLabel(); 438 RefPtr<Label> realCall = generator.newLabel(); 439 RefPtr<Label> end = generator.newLabel(); 987 RefPtr<Label> target = generator.newLabel(); 1003 RefPtr<Label> afterExpr1 = generator.newLabel(); 1033 RefPtr<Label> beforeElse = generator.newLabel(); 1034 RefPtr<Label> afterElse = generator.newLabel(); 1037 RefPtr<Label> beforeThen = generator.newLabel(); 1365 RefPtr<Label> afterThen = generator.newLabel(); [all...] |
H A D | BytecodeGenerator.cpp | 537 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets. 542 PassRefPtr<Label> BytecodeGenerator::newLabel() function in class:JSC::BytecodeGenerator 1774 RefPtr<Label> nextInsn = newLabel(); 1865 emitLabel(newLabel().get()); // Record the fact that the next instruction is implicitly labeled, because op_sret will return to it.
|
H A D | BytecodeGenerator.h | 167 PassRefPtr<Label> newLabel();
|
/external/skia/include/views/ |
H A D | SkWidgetViews.h | 92 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);
|
/external/webkit/WebCore/inspector/front-end/ |
H A D | inspector.js | 872 var newLabel = WebInspector.UIString("Search %s", this.currentPanel.toolbarItemLabel); 874 document.getElementById("search").setAttribute("placeholder", newLabel); 877 document.getElementById("search-toolbar-label").textContent = newLabel;
|
Completed in 102 milliseconds