/external/chromium_org/ui/views/corewm/ |
shadow_controller.h | 33 // ActivationClient. ShadowController delegates to its implementation class,
|
/external/chromium_org/ui/views/focus/ |
accelerator_handler.h | 25 // This class delegates the key messages to the associated FocusManager class
|
/external/icu4c/i18n/ |
currfmt.h | 29 * <p>This class currently delegates to DecimalFormat for parsing and
|
/external/proguard/src/proguard/ |
SubclassedClassFilter.java | 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
|
/external/proguard/src/proguard/classfile/visitor/ |
LibraryClassFilter.java | 27 * This <code>ClassVisitor</code> delegates its visits to another given
|
ProgramClassFilter.java | 27 * This <code>ClassVisitor</code> delegates its visits to another given
|
VariableClassVisitor.java | 27 * This ClassVisitor delegates all method calls to a ClassVisitor
|
/external/proguard/src/proguard/io/ |
DataEntryParentFilter.java | 24 * This DataEntryFilter delegates filtering to a DataEntryFilter for its parent.
|
/external/proguard/src/proguard/optimize/info/ |
CaughtClassFilter.java | 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
|
DotClassFilter.java | 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
|
InstanceofClassFilter.java | 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
|
InstantiationClassFilter.java | 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
|
/external/proguard/src/proguard/util/ |
SettableMatcher.java | 24 * This StringMatcher delegates to a another StringMatcher that can be set
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContextWrapper.java | 154 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the 164 * Non-Android accessor that delegates to the application to return (without consuming) the next {@code Intent} on 174 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the 201 * Non-Android accessor that delegates to the application to return the next {@code Intent} to stop
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeListenerProxy.java | 23 * The implementation of this listener proxy just delegates the received events
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursorWrapper.java | 24 * A suggestion cursor that delegates all methods to another SuggestionCursor.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonActionContributor.java | 25 * This delegates to editor-specific action contributors.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 41 * Rules defined in delegates are "inherited" like multi-inheritance 192 /** Get list of all delegates from all grammars in the delegate subtree of g. 199 return null; // no delegates 220 /** Get delegates below direct delegates of g */ 223 List<Grammar> delegates = getDelegates(g); local 224 delegates.removeAll(direct); 225 return delegates; 248 * delegates minus rules overridden in grammar g. 251 * one that has to have a complete grammar rule interface. The delegates [all...] |
/external/chromium_org/content/renderer/media/ |
video_capture_message_filter_unittest.cc | 103 TEST(VideoCaptureMessageFilterTest, Delegates) { 131 // Remove the delegates. Make sure they won't get called.
|
/external/emma/core/java12/com/vladium/util/exception/ |
IThrowableWrapper.java | 40 * this method delegates to super.printStackTrace(pw) where 'super' is the 49 * this method delegates to super.printStackTrace(ps) where 'super' is the
|
/external/chromium/chrome/browser/ui/views/infobars/ |
extension_infobar.h | 56 // InfoBars own their delegates (and thus we don't need the DelegateObserver
|
/external/chromium_org/chrome/browser/download/ |
download_ui_controller.h | 42 // Currently explicit delegates are only used for testing.
|
/external/chromium_org/chrome/utility/media_galleries/ |
media_metadata_parser.h | 27 // handles audio, video, and images. It delegates its operations to FFMPEG,
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_host_resolver_message_filter.h | 62 // Backend for OnMsgResolve(). Delegates host resolution to the
|
/external/chromium_org/content/child/appcache/ |
appcache_dispatcher.h | 21 // creates an instance and delegates calls to it.
|