Searched defs:newLabel (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/views/
H A DSkWidgetViews.cpp167 /*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 DBytecodeGenerator.cpp537 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.

Completed in 45 milliseconds