OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_string
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc
182
std::string
tmp_string
;
local
186
bool r = args->GetString(0, &
tmp_string
);
188
mvp.url = GURL(
tmp_string
);
194
r = args->GetString(2, &
tmp_string
);
197
if (!
tmp_string
.empty())
198
mvp.favicon_url = GURL(
tmp_string
);
200
r = args->GetString(3, &
tmp_string
);
203
if (!
tmp_string
.empty())
204
mvp.thumbnail_url = GURL(
tmp_string
);
206
r = args->GetString(4, &
tmp_string
);
254
std::string
tmp_string
;
local
[
all
...]
/external/harfbuzz/src/
harfbuzz-buffer.c
227
HB_GlyphItem
tmp_string
;
local
233
tmp_string
= buffer->in_string;
235
buffer->out_string =
tmp_string
;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c
227
HB_GlyphItem
tmp_string
;
local
233
tmp_string
= buffer->in_string;
235
buffer->out_string =
tmp_string
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc
293
hb_glyph_info_t *
tmp_string
;
local
294
tmp_string
= info;
296
out_info =
tmp_string
;
/external/harfbuzz_ng/src/
hb-buffer.cc
279
hb_glyph_info_t *
tmp_string
;
local
280
tmp_string
= info;
282
out_info =
tmp_string
;
Completed in 66 milliseconds