Searched defs:advance (Results 1 - 25 of 191) sorted by path

12345678

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DImagePageGenerator.java36 public ImagePageGenerator(int startIndex, boolean advance) { argument
38 mAdvance = advance;
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DTestUtils.java76 public void advance(T from, T to) { method in class:TestUtils.StateBarrier
/external/chromium_org/content/child/indexed_db/
H A Dwebidbcursor_impl.cc47 void WebIDBCursorImpl::advance(unsigned long count, function in class:content::WebIDBCursorImpl
112 // If the onsuccess callback called continue()/advance() on the cursor
/external/chromium_org/media/blink/
H A Dbuffered_resource_loader.cc284 int advance = std::min(first_offset_, buffer_.forward_bytes()); local
285 bool ret = buffer_.Seek(advance);
288 offset_ += advance;
289 first_offset_ -= advance;
290 last_offset_ -= advance;
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.cc212 void WebSocketInflater::OutputBuffer::AdvanceHead(size_t advance) { argument
213 DCHECK_LE(advance, Size());
214 head_ = (head_ + advance) % buffer_.size();
217 void WebSocketInflater::OutputBuffer::AdvanceTail(size_t advance) { argument
218 DCHECK_LE(advance + Size(), capacity_);
219 tail_ = (tail_ + advance) % buffer_.size();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-nbody.js95 NBodySystem.prototype.advance = function(dt){
165 bodies.advance(0.01);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-nbody.js95 NBodySystem.prototype.advance = function(dt){
165 bodies.advance(0.01);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Daccess-nbody.js95 NBodySystem.prototype.advance = function(dt){
165 bodies.advance(0.01);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.h102 void advance() { m_position++; ASSERT(m_position <= m_inspector.length());} function in class:blink::CSSValueListIterator
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryInputStream.cpp26 void MediaQueryInputStream::advance(unsigned offset) function in class:blink::MediaQueryInputStream
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp355 advance();
371 void TextIterator::advance() function in class:blink::TextIterator
708 // Determine what the next text box will be, but don't advance yet
735 // come back again to finish handling this text box; don't advance to the next one.
1384 advance();
1387 void SimplifiedBackwardsTextIterator::advance() function in class:blink::SimplifiedBackwardsTextIterator
1643 m_textIterator.advance();
1724 void CharacterIterator::advance(int count) function in class:blink::CharacterIterator
1746 for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) {
1811 void BackwardsCharacterIterator::advance(int count) function in class:blink::BackwardsCharacterIterator
1865 void WordAwareIterator::advance() function in class:blink::WordAwareIterator
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.cpp107 void HTMLEntitySearch::advance(UChar nextCharacter) function in class:blink::HTMLEntitySearch
H A DInputStreamPreprocessor.h71 ALWAYS_INLINE bool advance(SegmentedString& source) function in class:blink::InputStreamPreprocessor
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTScanner.h48 // advance the input pointer past the matched sequence.
88 // Skip (advance the input pointer) as long as the specified
115 // Return the String made up of the characters in |run|, and advance the
120 // pointer and end of input), and advance the input pointer accordingly.
137 void advance(unsigned amount = 1);
222 inline void VTTScanner::advance(unsigned amount) function in class:blink::VTTScanner
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h353 RenderObject* advance() function in class:blink::InlineWalker
H A DRenderBlock.cpp1543 for (InlineWalker walker(this); !walker.atEnd(); walker.advance()) {
2479 void advance() function in class:blink::ColumnRectIterator
2528 for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
2550 for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
4275 for (InlineWalker walker(this); !walker.atEnd(); walker.advance()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.cpp77 charsConsumed += it.advance(run.length(), &glyphBuffer);
116 float advance = glyphBuffer.advanceAt(from + i).width(); local
126 currentPoint.move(0, advance);
128 currentPoint.move(advance, 0);
147 currentPoint.move(0, advance);
149 currentPoint.move(advance, 0);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp143 Token Parser::makeTokenAndAdvance(int code, int advance) argument
145 m_nextPos += advance;
149 Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance) argument
151 m_nextPos += advance;
155 Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance) argument
157 m_nextPos += advance;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursor.cpp126 void IDBCursor::advance(unsigned long count, ExceptionState& exceptionState) function in class:blink::IDBCursor
128 IDB_TRACE("IDBCursor::advance");
153 m_backend->advance(count, WebIDBCallbacksImpl::create(m_request).leakPtr());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp675 it.advance(runInfo.from);
677 it.advance(runInfo.to, &glyphBuffer);
685 it.advance(runInfo.run.length());
706 float advance = 0; local
714 textBlob = buildTextBlob(glyphBuffer, initialAdvance, blobBounds, advance, context->couldUseLCDRenderedText());
720 return advance;
818 float advance = glyphBuffer.advanceAt(i).width() - middleOfLastGlyph + middleOfNextGlyph; local
819 markBuffer.add(glyphBuffer.glyphAt(i) ? markGlyph : spaceGlyph, markFontData, advance);
830 it.advance(run.length());
853 it.advance(fro
[all...]
H A DGlyphBuffer.h81 void add(Glyph glyph, const SimpleFontData* font, const FloatSize& advance) argument
85 m_advances.append(advance);
86 if (advance.height())
H A DLatin1TextIterator.h50 void advance(unsigned advanceLength) function in class:blink::Latin1TextIterator
H A DWidthIterator.cpp223 textIterator.advance(charData.clusterLength);
236 unsigned WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer) function in class:blink::WidthIterator
259 if (!advance(m_currentCharacter + 1))
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp299 const FloatRect& bounds, float& advance, bool couldUseLCD) const
350 advance = x;
298 buildTextBlob(const GlyphBuffer& glyphBuffer, float initialAdvance, const FloatRect& bounds, float& advance, bool couldUseLCD) const argument

Completed in 2667 milliseconds

12345678