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

12 3 4 5 6 7 8

  /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/chromium-trace/src/shared/js/
local_strings.js 8 * The local strings get injected into the page using a variable named
parse_html_subset.js 7 * javascript cannot be injected into the new tab page.
  /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.
  /external/qemu/target-i386/
hax-darwin.h 81 /* A interrupt need to be injected into guest */
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageAgent.h 66 // Called from the injected script.
InspectorDatabaseAgent.h 69 // Called from the injected script.
InspectorRuntimeAgent.cpp 79 *errorString = "No injected script found";
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeTestBase.java 87 // loading so that the Java object is injected.
JavaBridgeReturnValuesTest.java 20 * from the methods of injected Java objects.
37 // An instance of this class is injected into the page to test returning
JavaBridgeBasicsTest.java 19 * - The type of injected objects
25 * - Multiply injected objects
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 36 * the necessary {@link android.app.Instrumentation} will be injected for you to
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 36 * the necessary {@link android.app.Instrumentation} will be injected for you to
  /external/chromium/chrome/browser/translate/
translate_manager.h 141 // Fetches the JS translate script (the script that is injected in the page
168 // The JS injected in the page to do the translation.
  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetailsHelper.java 44 /** The injected current time in milliseconds since the epoch. Used only by tests. */
153 * It can be injected in tests using {@link #setCurrentTimeForTest(long)}.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 37 * the necessary {@link android.app.Instrumentation} will be injected for you to
  /external/junit/src/org/junit/runners/
Parameterized.java 63 * Annotation for a method which provides parameters to be injected into the
  /external/webkit/Tools/WebKitTestRunner/qt/
TestControllerQt.cpp 117 qFatal("Cannot find the injected bundle at %s\n", qPrintable(path));
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 75 // ("page"|"injected")","<page id>
95 isContentScript: !!script.context_data && script.context_data.indexOf("injected") == 0
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiObject.java 167 * @param steps indicates the number of injected move steps into the system. More steps
168 * injected the smoother the motion and slower.
187 * @param steps indicates the number of injected move steps into the system. More steps
188 * injected the smoother the motion and slower.
207 * @param steps indicates the number of injected move steps into the system. More steps
208 * injected the smoother the motion and slower.
226 * @param steps indicates the number of injected move steps into the system. More steps
227 * injected the smoother the motion and slower.
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_xtra.cpp 137 len_injected = 0; // O bytes injected
179 ALOGV ("loc_ioctl for xtra len injected %d \n", len_injected);
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 64 // Whether the accessibility script has been injected into the current page.
220 // if an accessibility script is injected we delegate to it the key
312 * @return {@code true} if JavaScript should be injected, {@code false} if a
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 56 * {@link Intent#EXTRA_INTENT} query, along with any injected items.
136 * {@link #putIntentItems(Intent, List)} with any injected items from
144 // Add any injected pick items
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 87 * By default, the test case is injected with a full system context and a generic
147 * Creates the service under test and attaches all injected dependencies

Completed in 551 milliseconds

12 3 4 5 6 7 8