Searched defs:start_at (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_unittest.cc55 void AddResults(int start_at, int num);
86 void TestProvider::AddResults(int start_at, int num) { argument
87 for (int i = start_at; i < num; i++) {
/external/chromium_org/ui/v2/src/
H A Dview.cc59 void NotifyViewTreeChangeUp(View* start_at, argument
61 for (View* current = start_at; current; current = current->parent())
65 void NotifyViewTreeChangeDown(View* start_at, argument
67 NotifyViewTreeChangeAtReceiver(start_at, params);
68 View::Children::const_iterator it = start_at->children().begin();
69 for (; it != start_at->children().end(); ++it)
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc68 void AddResults(int start_at, int num);
70 int start_at,
114 void TestProvider::AddResults(int start_at, int num) { argument
115 AddResultsWithSearchTermsArgs(start_at,
123 int start_at,
127 for (int i = start_at; i < num; i++) {
122 AddResultsWithSearchTermsArgs( int start_at, int num, AutocompleteMatch::Type type, const TemplateURLRef::SearchTermsArgs& search_terms_args) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc151 // Returns the next view after |start_at| that is focusable. Returns NULL if
152 // there are no focusable children of |ancestor| after |start_at|.
154 View* start_at,
156 DCHECK(ancestor->Contains(start_at));
157 View* parent = start_at;
153 GetNextFocusableView(View* ancestor, View* start_at, bool forward) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3943 Int start_at = 1 + fnlen - n_name; local
3944 if (start_at < 0) start_at = 0;
3945 vg_assert(start_at < fnlen);
3946 i = start_at; j = 0;

Completed in 1375 milliseconds