OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intercept
(Results
1 - 25
of
548
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java
33
* A type of
intercept
that should be performed
38
* Provides an ability to
intercept
touch events.
42
* {@link android.view.ViewGroup} to contain the pager and
intercept
touch events at a higher
47
* Called when a touch
intercept
is about to occur.
110
* We
intercept
touch event intercepts so we can prevent switching views when the
115
final InterceptType
intercept
= (mListener != null)
local
119
(
intercept
== InterceptType.BOTH ||
intercept
== InterceptType.LEFT);
121
(
intercept
== InterceptType.BOTH ||
intercept
== InterceptType.RIGHT)
[
all
...]
PhotoViewCallbacks.java
34
* Called when a right-to-left touch move
intercept
is about to occur.
43
* Called when a left-to-right touch move
intercept
is about to occur.
/external/chromium_org/base/win/
iat_patch_function.h
19
// It will
intercept
functions for a specific DLL imported from another DLL.
20
// This is the case when, for example, we want to
intercept
28
//
Intercept
a function in an import table of a specific
/external/chromium_org/chrome/browser/ui/android/
external_protocol_dialog_android.cc
12
// Chrome on Android uses a throttle-based mechansim to
intercept
links
/external/chromium_org/chrome/common/extensions/api/
webview_request.json
8
"description": "Use the <code>chrome.webViewRequest</code> API to
intercept
, block, or modify requests in-flight. It is potentially faster than the <a href='webRequest.html'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the JavaScript engine with reduces roundtrip latencies and allows higher efficiency."
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
remove.c
10
// to the lower level IRT interfaces. Therefore the only way to
intercept
lstat.c
14
// lower level __lxstat, so we
intercept
that call instead.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java
90
boolean
intercept
= false;
92
intercept
= mExpandHelper.onInterceptTouchEvent(ev);
94
if (!
intercept
) {
97
if (
intercept
) {
103
return
intercept
;
/development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java
32
* hover activity is checked, the interceptor view will
intercept
hover events.
68
public void setInterceptHover(boolean
intercept
) {
69
mInterceptHover =
intercept
;
/external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.h
27
// This view overlays the notification balloon on top. It is used to
intercept
/external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_view.h
26
// This view overlays the notification balloon on top. It is used to
intercept
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.cpp
37
DEFINE_ANIMATED_NUMBER(SVGComponentTransferFunctionElement, SVGNames::interceptAttr,
Intercept
,
intercept
)
46
REGISTER_LOCAL_ANIMATED_PROPERTY(
intercept
)
145
func.
intercept
= interceptCurrentValue();
SVGComponentTransferFunctionElement.h
90
DECLARE_ANIMATED_NUMBER(
Intercept
,
intercept
)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
lighttpd.conf
62
# See the apache rewrite rule at LayoutTests/http/tests/uri/
intercept
/.htaccess
65
# LayoutTests/http/tests/appcache/resources/
intercept
/.htaccess
67
"^/uri/
intercept
/(.*)" => "/uri/resources/print-uri.php",
68
"^/appcache/resources/
intercept
/(.*)" => "/appcache/resources/print-uri.php"
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
interception_failure_test.cc
2
//
intercept
these functions.
/external/chromium_org/ipc/
ipc_forwarding_message_filter.h
19
// This class can be used to
intercept
routed messages and
33
// This filter will
intercept
|message_ids_to_filter| and post
/external/chromium_org/webkit/browser/appcache/
appcache_entry.h
26
INTERCEPT
= 1 << 5,
49
bool IsIntercept() const { return (types_ &
INTERCEPT
) != 0; }
/external/chromium/chrome/browser/chromeos/
gview_request_interceptor.cc
22
// PDF viewer plug-in installed - we want to
intercept
only if we're
48
// Don't attempt to
intercept
here as we want to wait until the mime
55
// Do not
intercept
this request if it is a download.
gview_request_interceptor.h
19
// clicks on. This class will
intercept
requests to supported
/external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest.h
30
// Overridden methods from BrowserPluginGuest to
intercept
in test objects.
76
// Overridden methods from BrowserPluginGuest to
intercept
in test objects.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h
45
,
intercept
(0)
55
float
intercept
;
member in struct:WebCore::ComponentTransferFunction
/external/skia/bench/
bench_util.py
250
self.
intercept
= a
260
str(self.
intercept
),
269
intercept
= self.
intercept
276
lower_left_y = slope*regr_start +
intercept
- error
277
upper_right_y = slope*regr_end +
intercept
+ error
281
upper_left_y = slope*regr_start +
intercept
+ error
282
lower_right_y = slope*regr_end +
intercept
- error
/external/chromium/chrome/common/extensions/docs/static/
experimental.webRequest.html
5
Use the <code>chrome.experimental.webRequest</code> module to
intercept
, block,
/external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.h
21
// otherwise be unhandled, which gives the embedder an opportunity to
intercept
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
web_drag_bookmark_handler_aura.h
18
// Chrome needs to
intercept
content drag events so it can dispatch them to the
Completed in 299 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>