Home | History | Annotate | Download | only in options

Lines Matching defs:javascript

88 // Navigates to the settings page, causing the JavaScript pref handling code to
89 // load and injects JavaScript testing code.
327 std::stringstream javascript;
328 javascript << "var testEnv = new TestEnv();";
331 javascript << "testEnv.addPref('" << name->c_str() << "');";
333 javascript << "testEnv.setupAndReply();";
338 render_view_host_, javascript.str(), observed_json));
347 std::stringstream javascript;
348 javascript << "testEnv.runAndReply(function() {"
355 render_view_host_, javascript.str(), observed_json));
382 std::stringstream javascript;
383 javascript << "testEnv.runAndReply(function() {"
389 render_view_host_, javascript.str(), &observed_json));
397 std::stringstream javascript;
398 javascript << "testEnv.runAndReply(function() {"
403 render_view_host_, javascript.str(), &observed_json));
425 std::stringstream javascript;
426 javascript << "testEnv.runAndReply(function() {"
431 render_view_host_, javascript.str(), &observed_json));
480 // Verifies that initializing the JavaScript Preferences class fires the correct
481 // notifications in JavaScript.
518 // Verifies that setting a user-modified pref value through the JavaScript
519 // 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
546 // change then committed through the JavaScript Preferences class, the correct
560 // change then rolled back through the JavaScript Preferences class, the correct
583 // the change then committed through the JavaScript Preferences class, the
600 // the change then rolled back through the JavaScript Preferences class, the
616 // notifications fire in JavaScript.
661 // Verifies that initializing the JavaScript Preferences class fires the correct
662 // notifications in JavaScript for pref values handled by the
685 // Verifies that initializing the JavaScript Preferences class fires the correct
686 // notifications in JavaScript for non-privileged pref values handled by the
731 // Verifies that initializing the JavaScript Preferences class fires the correct
732 // notifications in JavaScript for pref values handled by the
784 // Verifies that initializing the JavaScript Preferences class fires the correct
785 // notifications in JavaScript for non-privileged pref values handled by the
936 // Verifies that proxy settings are correctly pushed to JavaScript during
1049 // JavaScript to the ProxyConfig property stored in the network configuration.