OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watchers
(Results
1 - 9
of
9
) sorted by null
/external/chromium/base/memory/
scoped_vector_unittest.cc
130
LifeCycleWatcher
watchers
[5];
local
133
for(LifeCycleWatcher* it =
watchers
; it !=
watchers
+ arraysize(
watchers
);
143
for(LifeCycleWatcher* it =
watchers
; it !=
watchers
+ arraysize(
watchers
);
147
for(LifeCycleWatcher* it =
watchers
; it !=
watchers
+ 1; ++it)
149
for(LifeCycleWatcher* it =
watchers
+ 1; it != watchers + 3; ++it
[
all
...]
/external/chromium_org/base/memory/
scoped_vector_unittest.cc
285
LifeCycleWatcher
watchers
[5];
local
288
for(LifeCycleWatcher* it =
watchers
; it !=
watchers
+ arraysize(
watchers
);
298
for(LifeCycleWatcher* it =
watchers
; it !=
watchers
+ arraysize(
watchers
);
302
for(LifeCycleWatcher* it =
watchers
; it !=
watchers
+ 1; ++it)
304
for(LifeCycleWatcher* it =
watchers
+ 1; it != watchers + 3; ++it
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
53
private List<TextWatcher>
watchers
= new ArrayList<TextWatcher>();
field in class:ShadowTextView
117
for (TextWatcher watcher :
watchers
) {
123
for (TextWatcher watcher :
watchers
) {
129
for (TextWatcher watcher :
watchers
) {
470
this.
watchers
.add(watcher);
475
this.
watchers
.remove(watcher);
523
* @return the list of currently registered
watchers
/listeners
526
return
watchers
;
/frameworks/base/core/java/android/text/
SpannableStringBuilder.java
459
// Early exit so that the text
watchers
do not get notified
499
// Span
watchers
need to be called after text
watchers
, which may update the layout
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_model.js
129
* Disposes the directory model by removing file
watchers
.
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
3783
final ChangeWatcher[]
watchers
= sp.getSpans(0, sp.length(), ChangeWatcher.class);
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 351 milliseconds