OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:js_text
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
web_ui_test_handler.cc
30
void WebUITestHandler::PreloadJavaScript(const base::string16&
js_text
,
34
preload_host->GetRoutingID(), base::string16(),
js_text
, 0,
38
void WebUITestHandler::RunJavaScript(const base::string16&
js_text
) {
40
base::string16(),
js_text
);
local
44
const base::string16&
js_text
) {
50
js_text
,
local
/external/chromium_org/chrome/browser/search/
local_ntp_source.cc
111
std::string
js_text
;
local
112
JSONStringValueSerializer serializer(&
js_text
);
117
config_data_js.append(
js_text
);
Completed in 56 milliseconds