Home | History | Annotate | Download | only in options

Lines Matching refs:javascript

88 // Navigates to the settings page, causing the JavaScript pref handling code to
89 // load and injects JavaScript testing code.
330 std::stringstream javascript;
331 javascript << "var testEnv = new TestEnv();";
334 javascript << "testEnv.addPref('" << name->c_str() << "');";
335 javascript << "testEnv.setupAndReply();";
340 render_view_host_, javascript.str(), observed_json));
349 std::stringstream javascript;
350 javascript << "testEnv.runAndReply(function() {"
357 render_view_host_, javascript.str(), observed_json));
384 std::stringstream javascript;
385 javascript << "testEnv.runAndReply(function() {"
391 render_view_host_, javascript.str(), &observed_json));
399 std::stringstream javascript;
400 javascript << "testEnv.runAndReply(function() {"
405 render_view_host_, javascript.str(), &observed_json));
427 std::stringstream javascript;
428 javascript << "testEnv.runAndReply(function() {"
433 render_view_host_, javascript.str(), &observed_json));
482 // Verifies that initializing the JavaScript Preferences class fires the correct
483 // notifications in JavaScript.
519 // Verifies that setting a user-modified pref value through the JavaScript
520 // Preferences class fires the correct notification in JavaScript and causes the
530 // Verifies that clearing a user-modified pref value through the JavaScript
531 // Preferences class fires the correct notification in JavaScript and causes the
545 // change then committed through the JavaScript Preferences class, the correct
559 // change then rolled back through the JavaScript Preferences class, the correct
582 // the change then committed through the JavaScript Preferences class, the
599 // the change then rolled back through the JavaScript Preferences class, the
615 // notifications fire in JavaScript.
659 // Verifies that initializing the JavaScript Preferences class fires the correct
660 // notifications in JavaScript for pref values handled by the
845 // Verifies that proxy settings are correctly pushed to JavaScript during
955 // JavaScript to the ProxyConfig property stored in the network configuration.