HomeSort by relevance Sort by last modified time
    Searched refs:UpdatePosition (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Support/
FormattedStream.cpp 20 /// 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) {
54 UpdatePosition(Position, Scanned, Size - (Scanned - Ptr));
56 UpdatePosition(Position, Ptr, Size);
  /external/chromium_org/webkit/child/
fling_animator_impl_android.h 39 bool UpdatePosition();
fling_animator_impl_android.cc 73 bool FlingAnimatorImpl::UpdatePosition()
102 if (!UpdatePosition())
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.h 31 void UpdatePosition();
info_bubble.cc 97 UpdatePosition();
106 void InfoBubble::UpdatePosition() {
autofill_dialog_views.cc     [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 145 UpdatePosition();
156 UpdatePosition();
184 UpdatePosition();
198 void UpdatePosition() {
  /external/chromium_org/ui/gfx/
render_text_pango.cc 431 style.UpdatePosition(GetGlyphTextIndex(run, style_start_glyph_index));
463 style.UpdatePosition(glyph_text_index);
render_text.h 103 void UpdatePosition(size_t position);
render_text_mac.cc 240 style.UpdatePosition(LayoutIndexToTextIndex(end));
render_text.cc 326 void StyleIterator::UpdatePosition(size_t position) {
    [all...]
render_text_win.cc     [all...]

Completed in 1489 milliseconds