OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherView
(Results
1 - 7
of
7
) sorted by null
/cts/tests/src/android/app/cts/
ExpandableListTestActivity.java
109
final View
otherView
= findViewById(android.R.id.list);
110
setContentView(
otherView
);
111
if (!
otherView
.equals(getExpandableListView()))
/external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm
84
- (void)_swapView:(NSView*)view with:(NSView*)
otherView
;
495
- (void)_swapView:(NSView*)view with:(NSView*)
otherView
497
[
otherView
setFrame:[view frame]];
498
[
otherView
setAutoresizingMask:[view autoresizingMask]];
499
[
otherView
removeFromSuperview];
500
[[view superview] replaceSubview:view with:
otherView
];
/external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl
112
HRESULT loadBackForwardListFromOtherView([in] IWebView*
otherView
);
/external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h
248
@param
otherView
The WebView from which to copy contents.
250
- (void)_loadBackForwardListFromOtherView:(WebView *)
otherView
;
WebView.mm
[
all
...]
/external/webkit/Source/WebKit/win/
WebView.h
694
/* [in] */ IWebView *
otherView
);
[
all
...]
WebView.cpp
[
all
...]
Completed in 67 milliseconds