Home
last modified time | relevance | path

Searched refs:UpdatePosition (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Support/
DFormattedStream.cpp23 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition() function
54 UpdatePosition(Position, Scanned, Size - (Scanned - Ptr)); in ComputePosition()
56 UpdatePosition(Position, Ptr, Size); in ComputePosition()
/external/chromium/chrome/browser/chromeos/login/
Duser_view.cc145 UpdatePosition(); in RemoveButton()
156 UpdatePosition(); in OnMouseExited()
184 UpdatePosition(); in NotifyClick()
198 void UpdatePosition() { in UpdatePosition() function in chromeos::RemoveButton
/external/chromium_org/chrome/browser/ui/views/autofill/
Dinfo_bubble.cc97 UpdatePosition(); in Show()
106 void InfoBubble::UpdatePosition() { in UpdatePosition() function in autofill::InfoBubble
Dinfo_bubble.h31 void UpdatePosition();
Dautofill_dialog_views.cc1549 error_bubble_->UpdatePosition(); in Layout()
2408 error_bubble_->UpdatePosition(); in DetailsContainerBoundsChanged()
/external/chromium_org/webkit/child/
Dfling_animator_impl_android.cc73 bool FlingAnimatorImpl::UpdatePosition() in UpdatePosition() function in webkit_glue::FlingAnimatorImpl
102 if (!UpdatePosition()) in apply()
Dfling_animator_impl_android.h39 bool UpdatePosition();
/external/chromium_org/ui/gfx/
Drender_text_pango.cc431 style.UpdatePosition(GetGlyphTextIndex(run, style_start_glyph_index)); in DrawVisualText()
463 style.UpdatePosition(glyph_text_index); in DrawVisualText()
Drender_text_mac.cc240 style.UpdatePosition(LayoutIndexToTextIndex(end)); in ApplyStyles()
Drender_text.h103 void UpdatePosition(size_t position);
Drender_text.cc326 void StyleIterator::UpdatePosition(size_t position) { in UpdatePosition() function in gfx::internal::StyleIterator
Drender_text_win.cc973 style.UpdatePosition(LayoutIndexToTextIndex(run_break)); in ItemizeLogicalText()