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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
web_drag_bookmark_handler_mac.h 18 // Chrome needs to intercept content drag events so it can dispatch them to the
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
web_drag_bookmark_handler_gtk.h 18 // Chrome needs to intercept content drag events so it can dispatch them to the
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
web_drag_bookmark_handler_win.h 18 // Chrome needs to intercept content drag events so it can dispatch them to the
  /external/chromium_org/chrome_frame/test/net/
test_automation_provider.h 29 // In order to intercept UrlRequests and make the URLRequestAutomationJob class
  /external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest_manager.h 41 // Overriden to intercept in test.
  /external/chromium_org/tools/traceline/traceline/
README 1 Traceline is a Windows utility to intercept, time, and log system calls. This
  /external/compiler-rt/lib/asan/
README.txt 16 lib/interception/ : Machinery used to intercept function calls.
  /external/chromium_org/sandbox/win/src/
interception.h 68 // If we are allowed to intercept functions that have been patched by somebody
79 // function to intercept except for one extra argument (the first one) that
86 // For example, to intercept NtClose, the following code could be used:
139 base::string16 dll; // Name of dll to intercept.
140 std::string function; // Name of function to intercept.
208 // The process to intercept.
224 // the given service to intercept (INTERCEPTION_SERVICE_CALL), and assumes that
interception_internal.h 45 // FunctionInfo function_info[] // followed by the functions to intercept
  /frameworks/base/docs/html/training/gestures/
viewgroup.jd 17 <li><a href="#intercept">Intercept Touch Events in a ViewGroup</a></li>
53 <h2 id="intercept">Intercept Touch Events in a ViewGroup</h2>
83 the parent shouldn't intercept those touch events, because the child is the
103 * This method JUST determines whether we want to intercept the motion.
115 return false; // Do not intercept touch event, let the child handle it
121 // We're currently scrolling, so yes, intercept the
144 // In general, we don't want to intercept touch events. They should be
162 ancestors to intercept touch events with
    [all...]
  /external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.h 75 // Overridden from OAuth2TokenService to intercept token fetch requests and
84 // Overridden from OAuth2TokenService to intercept token fetch requests and
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageScrollView.java 51 * want to intercept a touch stream from any child OTHER than {@link #mTouchableChild}.
55 * The special child that we want to NOT intercept from in the normal way. Instead, this child
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 57 // the focus subclass on the shown HWND so we intercept focus change events.
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
context_menu_handler.h 17 // It's the job of the actual HTML page to intercept the contextmenu event,
  /external/chromium_org/chrome/test/chromedriver/chrome/
performance_logger.cc 16 // DevTools event domain prefixes to intercept.
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.h 21 // handlers. This is important, so that it can intercept OnResponseStarted
  /external/chromium_org/content/renderer/java/
java_bridge_channel.cc 50 // We need to intercept these two message types because the default
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.idl 40 readonly attribute SVGAnimatedNumber intercept;
  /external/guava/guava-testlib/src/com/google/common/testing/
TestLogHandler.java 28 * Tests may use this to intercept messages that are logged by the code under
  /external/smack/src/org/jivesoftware/smack/
PacketInterceptor.java 25 * Provides a mechanism to intercept and modify packets that are going to be
  /external/valgrind/main/drd/
drd_darwin_intercepts.c 32 * uses self-modifying code. Intercept fastBindLazySymbol() in order to suppress
  /external/chromium_org/base/win/
iat_patch_function.cc 126 // Helper to intercept a function in an import table of a specific
261 // Hands off the intercept if we fail to unpatch.
264 // patch. In this case its better to be hands off the intercept as
  /frameworks/base/core/java/android/webkit/
UrlInterceptRegistry.java 35 private final static String LOGTAG = "intercept";
48 * set the flag to control whether url intercept is enabled or disabled
62 * get the state of the url intercept, enabled or disabled
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.cpp 137 double val = transferFunction.slope * i + 255 * transferFunction.intercept;
256 << "\" intercept=\"" << function.intercept
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java 33 * An example of how to use the NFC foreground dispatch APIs. This will intercept any MIME data

Completed in 601 milliseconds

12 3 4 5 6 7 8 91011>>