HomeSort by relevance Sort by last modified time
    Searched full:injected (Results 1 - 25 of 187) 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/tests/appsecurity-tests/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/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");
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 62 // Tag for logging injected events.
63 private static final String LOG_TAG_INJECTED = "TouchExplorer-INJECTED";
550 * not already being delivered i.e. pointers that are not yet injected.
552 * @param prototype The prototype from which to create the injected events.
560 // Find which pointers are already injected.
568 // Inject the active and not injected pointers.
588 * @param prototype The prototype from which to create the injected events.
602 * already being delivered i.e. pointers that are injected.
604 * @param prototype The prototype from which to create the injected events.
613 // Skip non injected down pointers
    [all...]
  /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/base/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/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
  /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.
  /external/chromium/chrome/common/extensions/docs/
content_scripts.html 425 <p>If your content script's code should always be injected,
478 Controls the pages this content script will be injected into.
486 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>
492 The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array.</td>
498 Controls when the files in <code>js</code> are injected. Can be "document_start", "document_end", or "document_idle". Defaults to "document_idle".
502 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.
506 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.
529 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/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 5 // injected-class-name.
  /external/oprofile/libutil++/
cverb.h 23 * if a verbose object with a true state is injected in the stream.

Completed in 797 milliseconds

1 2 3 4 5 6 7 8