Home
last modified time | relevance | path

Searched refs:setLoc (Results 1 – 14 of 14) sorted by relevance

/external/skia/include/views/
DSkView.h91 void setLoc(SkScalar x, SkScalar y);
92 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } in setLoc() function
93 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); } in setLocX()
94 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); } in setLocY()
/external/webkit/JavaScriptCore/parser/
DParser.h79 result->setLoc(m_source->firstLine(), m_lastLine); in parse()
106 result->setLoc(m_source->firstLine(), m_lastLine); in reparse()
DNodes.h194 void setLoc(int line0, int line1);
DNodes.cpp86 void StatementNode::setLoc(int firstLine, int lastLine) in setLoc() function in JSC::StatementNode
DGrammar.y65 #define DBG(l, s, e) (l)->setLoc((s).first_line, (e).last_line)
/external/skia/src/views/
DSkView.cpp68 void SkView::setLoc(SkScalar x, SkScalar y) in setLoc() function in SkView
81 this->setLoc(fLoc.fX + dx, fLoc.fY + dy); in offset()
604 this->setLoc(x, y); in onInflate()
DSkListWidget.cpp52 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0); in setHasScrollBar()
335 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0); in onSizeChange()
DSkStackViewLayout.cpp251 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
DSkListView.cpp800 fScrollBar->setLoc(this->locX() + this->width() - fScrollBar->width(), 0);
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore_debug.def216 ?setLoc@StatementNode@JSC@@QAEXHH@Z
DJavaScriptCore.def218 ?setLoc@StatementNode@JSC@@QAEXHH@Z
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1412241 (StatementNode::setLoc): Set own m_lastLine and Node's m_line.
12243 (StatListNode::StatListNode): updated for setLoc changes
12252 (FunctionBodyNode::FunctionBodyNode): update for new setLoc
12254 (SourceElementsNode::SourceElementsNode): update for new setLoc
26143 Added setLoc calls to match KJS in the KDE tree; since we don't currently
26148 Added setLoc calls.
26153 Added setLoc calls.
DChangeLog-2008-08-1024000 program node. Call setLoc to set the first and last line number.
24018 than from the lexer. Removed unneeded call to setLoc, since the line numbers already
/external/webkit/WebCore/
DChangeLog-2002-12-0315974 (StatementNode::~StatementNode), (StatementNode::setLoc),