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/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_org/ui/gfx/
render_text_pango.cc 439 style.UpdatePosition(GetGlyphTextIndex(run, style_start_glyph_index));
475 style.UpdatePosition(glyph_text_index);
render_text.h 127 void UpdatePosition(size_t position);
render_text_mac.cc 242 style.UpdatePosition(LayoutIndexToTextIndex(end));
render_text_harfbuzz.cc     [all...]
render_text_win.cc     [all...]
render_text.cc 359 void StyleIterator::UpdatePosition(size_t position) {
    [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 83 void UpdatePosition( AInputEvent* event,
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 93 void UpdatePosition( AInputEvent* event,

Completed in 210 milliseconds