HomeSort by relevance Sort by last modified time
    Searched full:injected (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/chrome/browser/resources/access_chromevox/
manifest.json 21 "chromevox/injected/main.js",
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 5 // injected-class-name (Clause 9). The injected-class-name can be used with
7 // a template-argument-list, it is equivalent to the injected-class-name
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
VerbosityTest.java 23 assertTrue(v0.contains("Events injected"));
30 assertTrue(v1.contains("Events injected"));
37 assertTrue(v2.contains("Events injected"));
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp 32 // Test that we don't find the injected class name when parsing base
  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.h 49 // If all_frames_ is true, script or CSS text would be injected
50 // to all frames; Otherwise only injected to top main frame.
stubs_apitest.cc 24 // injected and run the rest of the test.
  /external/chromium/base/
message_pump_glib_x.h 25 // Indicates whether a GDK event was injected by chrome (when |true|) or if it
64 // Indicates whether a GDK event was injected by chrome (when |true|) or if it
  /external/apache-harmony/logging/src/test/java-internal/java/util/logging/
LoggerExtension.java 23 * Example of a type injected into logging to access package private members.
  /external/chromium/chrome/common/extensions/docs/static/
content_scripts.html 62 <p>If your content script's code should always be injected,
115 Controls the pages this content script will be injected into.
123 The list of CSS files to be injected into matching pages. These are injected in the order they appear in this array, before any DOM is constructed or displayed for the page.</td>
129 The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array.</td>
135 Controls when the files in <code>js</code> are injected. Can be "document_start", "document_end", or "document_idle". Defaults to "document_idle".
139 In the case of "document_start", the files are injected after any files from <code>css</code>, but before any other DOM is constructed or any other script is run.
143 In the case of "document_end", the files are injected immediately after the DOM is complete, but before subresources like images and frames have loaded.
166 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code (…)
    [all...]
  /external/linux-tools-perf/Documentation/
perf-inject.txt 17 this case build-ids (-b option) are read and injected as needed into the event
  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
InjectedBundleMessageKinds.h 29 // Messages sent from WebKit to the injected bundle.
WebContextMessageKinds.h 29 // Messages sent from the injected bundle to the WebContext.
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
BrokenInputStream.java 43 throw new IOException("Injected exception");
  /external/chromium/chrome/browser/resources/
translate.js 6 // It is injected in a page to translate it from one language to another.
108 * Entry point called by the Translate Element once it has been injected in
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.cpp 83 bool injected) {
90 msg->setInt32("injected", injected);
190 int32_t injected; local
191 CHECK(msg->findInt32("injected", &injected));
193 info->mIsInjected = injected;
206 if (!injected) {
ARTPConnection.h 41 bool injected);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/os/
MorseCodeConverterTest.java 25 * dependencies injected, it simply extends the standard {@link TestCase}.
  /external/clang/test/SemaCXX/
enum-unscoped-nonexistent.cpp 18 // and not the injected enumerator name 'a' from the specialization.
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/qt/
InjectedBundleQt.cpp 41 qWarning("Error loading the injected bundle: %s", qPrintable(m_platformBundle.errorString()));
  /frameworks/base/core/java/android/test/
InstrumentationTestSuite.java 34 * @param instr The instrumentation that will be injected into each
  /external/chromium/net/base/
test_root_certs_win.cc 32 // Once injected, there is no way to remove, so every call to open a system
33 // store will be redirected to the injected function.
113 // Only the Root store should have certificates injected. If
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeCoercionTest.java 20 * the methods of injected Java objects.
177 // injected object.
226 // injected object.
281 // Test passing JavaScript NaN to a method of an injected object.
319 // Test passing JavaScript infinity to a method of an injected object.
359 // Test passing a JavaScript boolean to a method of an injected object.
422 // Test passing a JavaScript string to a method of an injected object.
472 // Test passing a JavaScript object to a method of an injected object.
519 // Test passing a Java object to a method of an injected object. Note that
521 // injected objects. This is tested elsewhere
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 164 // Helper class to track injected pointers.
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 8 * The local strings get injected into the page using a variable named
parse_html_subset.js 30 * javascript cannot be injected into the new tab page.

Completed in 535 milliseconds

1 2 3 4 5 6 7 8