OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Throttle
(Results
1 - 12
of
12
) sorted by null
/packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java
25
import com.android.mail.utils.
Throttle
;
40
private final
Throttle
mTarget = new
Throttle
("test", mRunnable, new CallItNowHandler(),
132
mClock.advance(
Throttle
.TIMEOUT_EXTEND_INTERVAL);
137
mClock.advance(
Throttle
.TIMEOUT_EXTEND_INTERVAL);
142
mClock.advance(
Throttle
.TIMEOUT_EXTEND_INTERVAL + 1);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageWebView.java
30
import com.android.mail.utils.
Throttle
;
47
private final
Throttle
mThrottle = new
Throttle
("MessageWebView",
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java
26
* This class used to "
throttle
" a flow of events.
32
* This class is primarily used to
throttle
content changed events.
34
public class
Throttle
{
73
public
Throttle
(String name, Runnable callback, Handler handler) {
78
public
Throttle
(String name, Runnable callback, Handler handler,int minTimeout,
85
public
Throttle
(String name, Runnable callback, Handler handler,int minTimeout,
101
Log.d(LOG_TAG, "
Throttle
: [" + mName + "] " + message);
/external/chromium_org/chrome/browser/extensions/
user_script_listener.h
85
// Stores a
throttle
per URL request that we have delayed.
86
class
Throttle
;
87
typedef base::WeakPtr<
Throttle
> WeakThrottle;
user_script_listener.cc
26
class UserScriptListener::
Throttle
28
public base::SupportsWeakPtr<UserScriptListener::
Throttle
> {
30
Throttle
() : should_defer_(true), did_defer_(false) {
51
return "UserScriptListener::
Throttle
";
93
Throttle
*
throttle
= new
Throttle
();
94
throttles_.push_back(
throttle
->AsWeakPtr());
95
return
throttle
;
/external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.cc
41
void DevToolsNetworkTransaction::
Throttle
(int result) {
59
Throttle
(rv);
98
Throttle
(result);
devtools_network_transaction.h
158
void
Throttle
(int result);
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc
103
Throttle
*
throttle
= new
Throttle
();
104
throttles_.push_back(
throttle
->AsWeakPtr());
105
return
throttle
;
113
// Stores a
throttle
per URL request that we have delayed.
114
class
Throttle
: public content::ResourceThrottle,
115
public base::SupportsWeakPtr<
Throttle
> {
127
return "TestNavigationListener::
Throttle
";
130
typedef base::WeakPtr<
Throttle
> WeakThrottle
241
content::ResourceThrottle*
throttle
=
variable
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h
164
IN UCHAR
Throttle
);
168
IN UCHAR
Throttle
);
/external/chromium_org/net/websockets/
websocket_throttle_test.cc
76
TEST_F(WebSocketThrottleTest,
Throttle
) {
/external/chromium_org/third_party/usb_ids/
usb.ids
701
bfda OpenDCC (
Throttle
)
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
[
all
...]
Completed in 2191 milliseconds