Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.cpp109 explicit TimerHeapIterator(TimerBase** pointer) : m_pointer(pointer) { checkConsistency(); } in TimerHeapIterator()
111 …TimerHeapIterator& operator++() { checkConsistency(); ++m_pointer; checkConsistency(); return *thi… in operator ++()
112 … TimerHeapIterator operator++(int) { checkConsistency(1); return TimerHeapIterator(m_pointer++); } in operator ++()
114 …TimerHeapIterator& operator--() { checkConsistency(); --m_pointer; checkConsistency(); return *thi… in operator --()
115 … TimerHeapIterator operator--(int) { checkConsistency(-1); return TimerHeapIterator(m_pointer--); } in operator --()
117 …TimerHeapIterator& operator+=(ptrdiff_t i) { checkConsistency(); m_pointer += i; checkConsistency(… in operator +=()
118 …TimerHeapIterator& operator-=(ptrdiff_t i) { checkConsistency(); m_pointer -= i; checkConsistency(… in operator -=()
125 void checkConsistency(ptrdiff_t offset = 0) const in checkConsistency() function in blink::TimerHeapIterator
243 inline void TimerBase::checkConsistency() const in checkConsistency() function in blink::TimerBase
393 checkConsistency(); in setNextFireTime()
DTimer.h79 void checkConsistency() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp52 checkConsistency(); in appendLineBox()
62 checkConsistency(); in appendLineBox()
79 checkConsistency(); in extractLineBox()
90 checkConsistency(); in extractLineBox()
95 checkConsistency(); in attachLineBox()
109 checkConsistency(); in attachLineBox()
114 checkConsistency(); in removeLineBox()
125 checkConsistency(); in removeLineBox()
321 void RenderLineBoxList::checkConsistency() const in checkConsistency() function in blink::RenderLineBoxList
DRenderLineBoxList.h52 void checkConsistency() const;
82 inline void RenderLineBoxList::checkConsistency() const in checkConsistency() function
DInlineFlowBox.h86 InlineBox* firstChild() const { checkConsistency(); return m_firstChild; } in firstChild()
87 InlineBox* lastChild() const { checkConsistency(); return m_lastChild; } in lastChild()
214 void checkConsistency() const;
360 inline void InlineFlowBox::checkConsistency() const in checkConsistency() function
DRenderText.h138 void checkConsistency() const;
233 inline void RenderText::checkConsistency() const in checkConsistency() function
DRenderText.cpp243 checkConsistency(); in extractTextBox()
254 checkConsistency(); in extractTextBox()
259 checkConsistency(); in attachTextBox()
273 checkConsistency(); in attachTextBox()
278 checkConsistency(); in removeTextBox()
289 checkConsistency(); in removeTextBox()
1838 void RenderText::checkConsistency() const in checkConsistency() function in blink::RenderText
DInlineFlowBox.cpp99 checkConsistency(); in addToLine()
178 checkConsistency(); in addToLine()
183 checkConsistency(); in removeChild()
201 checkConsistency(); in removeChild()
1365 void InlineFlowBox::checkConsistency() const in checkConsistency() function in blink::InlineFlowBox
/external/chromium_org/third_party/WebKit/Source/core/frame/
DEventHandlerRegistry.cpp26 checkConsistency(); in ~EventHandlerRegistry()
49 checkConsistency(); in eventHandlerTargets()
55 checkConsistency(); in hasEventHandlers()
251 void EventHandlerRegistry::checkConsistency() const in checkConsistency() function in blink::EventHandlerRegistry
DEventHandlerRegistry.h98 void checkConsistency() const;
/external/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h215 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dtmutfmt.h237 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp329 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); in setup()
331 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err); in setup()
471 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency() function in TimeUnitFormat
/external/chromium_org/third_party/icu/source/i18n/
Dtmutfmt.cpp399 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); in setup()
401 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err); in setup()
549 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency() function in TimeUnitFormat