OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
295
AutocompleteResultView*
result_view
;
local
297
result_view
=
299
AddChildViewAt(
result_view
, static_cast<int>(i));
301
result_view
= static_cast<AutocompleteResultView*>(GetChildViewAt(i));
302
result_view
->SetVisible(true);
304
result_view
->SetMatch(GetMatchAtIndex(i));
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java
68
resultColor = resources.getColor(R.color.
result_view
);
Completed in 42 milliseconds