OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invocation
(Results
301 - 325
of
1095
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebCore/editing/
VisibleSelection.h
148
// Outside the WebCore namespace for ease of
invocation
from gdb.
/external/webkit/Source/WebCore/manual-tests/inspector/
debugger-watch-expressions.html
30
Also note that as the scope changes due to the function
invocation
, values
/external/webkit/Source/WebKit/mac/WebView/
WebClipView.mm
70
// NSView, and while correct for any one
invocation
of drawRect:,
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm
516
NSInvocation *
invocation
= [NSInvocation invocationWithMethodSignature:[WKPrintingView instanceMethodSignatureForSelector:@selector(_drawPageBorderWithSizeOnMainThread:)]];
517
[
invocation
setSelector:@selector(_drawPageBorderWithSizeOnMainThread:)];
518
[
invocation
setArgument:&borderSize atIndex:2];
519
[
invocation
performSelectorOnMainThread:@selector(invokeWithTarget:) withObject:self waitUntilDone:YES];
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c
22
invocation
. This heuristic does not reclaim storage as
/frameworks/base/core/java/android/os/
UEventObserver.java
155
*
invocation
of startObserving in this process.<p>
/frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java
74
* For each test method
invocation
, the Activity will not actually be created until the first
AndroidTestRunner.java
122
runFailed("
Invocation
exception test suite provider. Class: " + clazz.getName());