HomeSort by relevance Sort by last modified time
    Searched refs:injects (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/protocol/
input_event_tracker_unittest.cc 107 ExpectationSet injects; local
112 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(3, true)));
113 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, true)));
114 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, false)));
115 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, true)));
116 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, false)));
118 injects += EXPECT_CALL(mock_stub,
120 injects += EXPECT_CALL(mock_stub,
122 injects += EXPECT_CALL(mock_stub,
129 .After(injects);
154 ExpectationSet injects; local
204 ExpectationSet injects; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 6 // The popup injects this script into all frames in the active tab.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 21 * Creates DOM and injects a rendered state into the page.

Completed in 869 milliseconds