OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delegates
(Results
176 - 200
of
552
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DelegateManager.java
29
* Manages native
delegates
.
75
/** list used to store
delegates
when their main object holds a reference to them.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java
46
* This
delegates
removes the android.jar from the bootstrap path and if
49
* This delegate will be present for both Java and Android projects (
delegates
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventRepeater.java
33
/** A simple event repeater (proxy) that
delegates
all functionality to the
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java
92
for (int i = 0; i <
delegates
.size(); i++) {
93
Grammar g =
delegates
.get(i);
111
for (int i = 0; i <
delegates
.size(); i++) {
112
Grammar g =
delegates
.get(i);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg
92
<if(grammar.grammarIsRoot)><! don't create new adaptor for
delegates
!>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTDbg.stg
85
<if(grammar.grammarIsRoot)> <! don't create new adaptor for
delegates
!>
/external/apache-http/src/org/apache/http/entity/
EntityTemplate.java
39
* Entity that
delegates
the process of content generation to an abstract
HttpEntityWrapper.java
43
* Keeps a {@link #wrappedEntity wrappedEntity} and
delegates
all
/external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java
35
* {@link HttpContext} implementation that
delegates
resolution of an attribute
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java
33
* This class
delegates
the resolution to the passed NamespaceContext
/external/chromium/chrome/browser/instant/
instant_loader_manager.h
41
// notify
delegates
before the old loader is destroyed. This returns the
/external/chromium/chrome/browser/prerender/
prerender_resource_handler.h
35
// |next_handler| is the backup handler that this handler
delegates
to
/external/chromium/chrome/browser/ui/cocoa/
constrained_window_mac.h
23
// Base class for constrained dialog
delegates
. Never inherit from this
/external/chromium_org/android_webview/native/
aw_autofill_manager_delegate.h
48
// the
delegates
.
/external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.h
16
// NetworkStateHandler and
delegates
portal detection for the active
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.h
32
// Implementation of ServiceDiscoveryClient that
delegates
all functionality to
/external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility.h
97
//
Delegates
ownership of the |instance| to ManagedUserRegistrationUtility.
/external/chromium_org/chrome/browser/ui/app_list/
app_list_shower.cc
55
// Aura has problems with layered windows and bubble
delegates
. The app
/external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.h
48
// MouseDragControllerClient protocol. The client simply
delegates
mouse events
/external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_item_gtk.h
24
//
Delegates
opening or editing a profile.
/external/chromium_org/chrome/browser/ui/panels/
panel_host.h
35
//
delegates
. Owned and used by Panel only.
/external/chromium_org/chrome_frame/
chrome_frame_activex.h
25
// hosts the the chrome window. This object
delegates
to Chrome.exe
/external/chromium_org/components/autofill/core/browser/
form_field.h
86
// of types from an input vector of |AutofillField| objects and
delegates
/external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h
83
// Starts the geolocation providers or updates their options (
delegates
to
/external/chromium_org/content/renderer/media/
audio_message_filter_unittest.cc
120
TEST(AudioMessageFilterTest,
Delegates
) {
Completed in 733 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>