OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delegate
(Results
176 - 200
of
392
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/loader/
MainResourceLoader.cpp
182
// FIXME: Ideally we'd stop the I/O until we hear back from the navigation policy
delegate
364
// Respect the hidden FTP Directory Listing pref so it can be tested even if the policy
delegate
might otherwise disallow it
499
// Send this synthetic
delegate
callback since clients expect it, and
/external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm
215
- (id <WebVideoFullscreenHUDWindowControllerDelegate>)
delegate
220
- (void)setDelegate:(id <WebVideoFullscreenHUDWindowControllerDelegate>)
delegate
222
_delegate =
delegate
;
/frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java
1066
final SSLClientSessionCache
delegate
;
field in class:SSLSocketTest.ClientSessionCacheProxy
[
all
...]
/external/apache-http/src/org/apache/http/
HttpEntity.java
161
* Wrapping entities should
delegate
this call to the wrapped entity.
184
*
delegate
this call to the wrapped entity.
/external/easymock/src/org/easymock/internal/
RecordState.java
122
requireMethodCall("
delegate
");
206
requireMethodCall("stub
delegate
");
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m
81
/* The main class of the application, the application's
delegate
*/
224
/* Create SDLMain and make it the app
delegate
*/
/external/stlport/stlport/stl/
_ios_base.h
44
// wrapper classes. They
delegate
buffering and physical character
45
// manipulation to the streambuf classes, and they
delegate
most
/external/v8/src/
execution.h
132
// Get a function
delegate
(or undefined) for the given non-function
136
// Get a function
delegate
(or undefined) for the given non-function
/external/webkit/WebKit/mac/Misc/
WebNSFileManagerExtras.m
279
// The implementation of moveItemAtPath:toPath:error: interacts with the NSFileManager's
delegate
.
288
// The implementation of removeItemAtPath:error: interacts with the NSFileManager's
delegate
.
/external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm
433
#pragma mark WebNodeHighlight
delegate
446
#pragma mark UI
delegate
/external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp
126
COMPtr<WebInspectorDelegate>
delegate
(AdoptCOM, WebInspectorDelegate::createInstance());
127
if (FAILED(m_webView->setUIDelegate(
delegate
.get())))
/external/webkit/WebKitTools/DumpRenderTree/mac/
FrameLoadDelegate.mm
186
// <http://webkit.org/b/31200> In order to prevent extra frame load
delegate
logging being generated if the first test to use SSL
187
// is set to log frame load
delegate
calls we ignore SSL certificate errors on localhost and 127.0.0.1 from within dumpRenderTree.
/external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp
583
printf("UI
DELEGATE
DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%S, %S, %i} database:%S\n", protocol, host, port, databaseIdentifier);
628
printf("UI
DELEGATE
STATUS CALLBACK: setStatusText:%S\n", text ? text : L"");
/frameworks/base/core/java/android/widget/
Spinner.java
350
* If the wrapped SpinnerAdapter is also a ListAdapter,
delegate
this call.
363
* If the wrapped SpinnerAdapter is also a ListAdapter,
delegate
this call.
/external/guava/javadoc/com/google/common/util/concurrent/
AbstractCheckedFuture.html
132
<TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#
delegate
">
delegate
</A></B></CODE>
135
The
delegate
, used to pass along all our methods.</TD>
150
<TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#AbstractCheckedFuture(com.google.common.util.concurrent.ListenableFuture)">AbstractCheckedFuture</A></B>(<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><<A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">V</A>>
delegate
)</CODE>
153
Constructs an <code>AbstractCheckedFuture</code> that wraps a
delegate
.</TD>
269
<A NAME="
delegate
"><!-- --></A><H3>
270
delegate
</H3>
272
protected final <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><<A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">V</A>> <B>
delegate
</B></PRE>
274
<DD>The
delegate
, used to pass along all our methods.
293
protected <B>AbstractCheckedFuture</B>(<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><<A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">V</A>>
delegate
)</PRE
[
all
...]
/external/webkit/WebKit/mac/
ChangeLog-2007-10-14
196
WebKit started calling the mouseDidMoveOverElement
delegate
method with a nil dictionary in r14982.
197
We originally intended to call this
delegate
method sometimes with a nil dictionary, but due to
198
a bug dating back to WebKit 1.0 this
delegate
was never called with nil! Unfortunately we can't
278
* WebView/WebView.h: Clarified headerdoc ambiguity about when
delegate
284
might fire important
delegate
methods, like webViewShouldInterruptJavaScript:.
491
for some purpose or to send the webView:didReceiveIcon:
delegate
call
523
(WebFrameLoaderClient::dispatchDidReceiveIcon): Send the webView:didReceiveIcon:
delegate
call
536
(-[WebView _dispatchDidReceiveIconFromWebFrame:]): Dispatch this
delegate
call as well as unregister for the notification
651
Changed all the direct
delegate
calls to use helper functions that have direct access to
652
WebView's
delegate
objects. These helper methods will catch any ObjC exceptions and cal
[
all
...]
/dalvik/dx/src/junit/runner/
TestCaseClassLoader.java
89
//
Delegate
the loading of excluded classes to the
/dalvik/libcore/luni/src/test/java/junit/runner/
TestCaseClassLoader.java
89
//
Delegate
the loading of excluded classes to the
/dalvik/libcore/security/src/main/java/java/security/cert/
CertPathBuilder.java
63
* the implementation
delegate
.
CertPathValidator.java
63
* the implementation
delegate
.
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
KeyManagerFactory.java
161
* the implementation
delegate
.
TrustManagerFactory.java
160
* the implementation
delegate
.
/external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java
42
* Abstract cookie specification which can
delegate
the job of parsing,
/external/junit/src/junit/runner/
TestCaseClassLoader.java
97
//
Delegate
the loading of excluded classes to the
/external/proguard/src/proguard/
DataEntryWriterFactory.java
63
* or
delegate
to another DataEntryWriter if its filters don't match.
Completed in 2566 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>