OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_start
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc
320
const size_t
text_start
=
local
322
if (
text_start
>= run_end)
333
current_data->text = text.substr(
text_start
, text_end -
text_start
);
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc
393
const size_t
text_start
=
local
395
if (
text_start
>= run_end)
406
render_text->SetText(text.substr(
text_start
, text_end -
text_start
));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h
137
char
text_start
[4]; /* base of text used for this file */
member in struct:__anon37461
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h
137
char
text_start
[4]; /* base of text used for this file */
member in struct:__anon39052
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h
137
char
text_start
[4]; /* base of text used for this file */
member in struct:__anon40566
/external/qemu/
a.out.h
79
host_ulong
text_start
; /* base of text used for this file */
member in struct:__anon24604
377
host_ulong
text_start
; /* base of text used for this file */
member in struct:__anon24618
Completed in 132 milliseconds