OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:html_prefix
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/
systrace-legacy.py
179
html_prefix
= read_asset(script_dir, 'prefix.html')
181
html_file.write(
html_prefix
% (css, js, templates))
systrace.py
222
html_prefix
= read_asset(script_dir, 'prefix.html')
226
html_file.write(
html_prefix
% (css, js, templates))
/external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc
284
static const char*
html_prefix
= "<meta http-equiv=\"content-type\" "
local
286
size_t html_prefix_len = strlen(
html_prefix
);
290
snprintf(data, total_len, "%s",
html_prefix
);
clipboard_aurax11.cc
718
static const char*
html_prefix
= "<meta http-equiv=\"content-type\" "
local
720
std::string data =
html_prefix
;
Completed in 288 milliseconds