Searched refs:UpdatePosition (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Support/
H A DFormattedStream.cpp20 /// UpdatePosition - Examine the given char sequence and figure out which
23 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { function
54 UpdatePosition(Position, Scanned, Size - (Scanned - Ptr));
56 UpdatePosition(Position, Ptr, Size);
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.cc97 UpdatePosition();
106 void InfoBubble::UpdatePosition() { function in class:autofill::InfoBubble
H A Dinfo_bubble.h31 void UpdatePosition();
H A Dautofill_dialog_views.cc1509 error_bubble_->UpdatePosition();
2453 error_bubble_->UpdatePosition();
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc439 style.UpdatePosition(GetGlyphTextIndex(run, style_start_glyph_index));
475 style.UpdatePosition(glyph_text_index);
H A Drender_text.h127 void UpdatePosition(size_t position);
H A Drender_text_mac.cc242 style.UpdatePosition(LayoutIndexToTextIndex(end));
H A Drender_text_harfbuzz.cc1053 style.UpdatePosition(LayoutIndexToTextIndex(run_break));
H A Drender_text_win.cc982 style.UpdatePosition(LayoutIndexToTextIndex(run_break));
H A Drender_text.cc359 void StyleIterator::UpdatePosition(size_t position) { function in class:gfx::internal::StyleIterator

Completed in 153 milliseconds