OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noOffset
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp
293
const int
noOffset
= 0;
352
nestedBoxes(
noOffset
, longOffset, shortOffset, longOffset, m_bgColor, m_edgeColor);
360
nestedBoxes(shortOffset, longOffset,
noOffset
, longOffset, m_bgColor, m_fgColor);
368
nestedBoxes(longOffset,
noOffset
, longOffset, shortOffset, m_bgColor, m_fgColor);
376
nestedBoxes(longOffset, shortOffset, longOffset,
noOffset
, m_bgColor, m_fgColor);
455
lirect.inset(
noOffset
, halfHeight - sliderIndent);
/external/webkit/Source/JavaScriptCore/runtime/
Structure.h
127
bool isEmpty() const { return m_propertyTable ? m_propertyTable->isEmpty() : m_offset ==
noOffset
; }
199
return m_offset ==
noOffset
? 0 : m_offset + 1;
206
static const signed char
noOffset
= -1;
Structure.cpp
183
, m_offset(
noOffset
)
205
, m_offset(
noOffset
)
226
, m_offset(
noOffset
)
307
ASSERT(existingTransition->m_offset !=
noOffset
);
Completed in 46 milliseconds