OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_at
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/v2/src/
view.cc
59
void NotifyViewTreeChangeUp(View*
start_at
,
61
for (View* current =
start_at
; current; current = current->parent())
65
void NotifyViewTreeChangeDown(View*
start_at
,
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/
autocomplete_provider_unittest.cc
68
void AddResults(int
start_at
, int num);
70
int
start_at
,
114
void TestProvider::AddResults(int
start_at
, int num) {
115
AddResultsWithSearchTermsArgs(
start_at
,
123
int
start_at
,
127
for (int i =
start_at
; i < num; i++) {
/external/valgrind/main/include/
pub_tool_wordfm.h
139
// by VG_(nextIterFM) is the smallest key in the map >=
start_at
.
142
void VG_(initIterAtFM) ( WordFM* fm, UWord
start_at
);
/external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc
55
void AddResults(int
start_at
, int num);
86
void TestProvider::AddResults(int
start_at
, int num) {
87
for (int i =
start_at
; i < num; i++) {
/external/valgrind/main/coregrind/
m_wordfm.c
711
// by VG_(nextIterFM) is the smallest key in the map >=
start_at
.
714
void VG_(initIterAtFM) ( WordFM* fm, UWord
start_at
)
735
= fm->kCmp ? /*boxed*/ fm->kCmp( t->key,
start_at
)
736
: /*unboxed*/ cmp_unsigned_Words( t->key,
start_at
);
/external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c
3943
Int
start_at
= 1 + fnlen - n_name;
local
[
all
...]
/external/chromium_org/ui/views/controls/menu/
menu_controller.cc
151
// 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
;
[
all
...]
Completed in 62 milliseconds