OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htmlView
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.h
39
- (id)initWithWebView:(WebView *)view
HTMLView
:(WebHTMLView *)
htmlView
;
WebDynamicScrollBarsView.mm
243
WebHTMLView*
htmlView
= (WebHTMLView*)documentView;
244
if ([
htmlView
_needsLayout]) {
412
WebHTMLView *
htmlView
= (WebHTMLView *)documentView;
413
if ([
htmlView
_isUsingAcceleratedCompositing])
414
[
htmlView
_updateLayerHostingViewPosition];
WebTextCompletionController.mm
55
- (id)initWithWebView:(WebView *)view
HTMLView
:(WebHTMLView *)
htmlView
61
_htmlView =
htmlView
;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.mm
94
RetainPtr<WebHTMLView>
htmlView
= (WebHTMLView*)[[kit(frame) frameView] documentView];
95
if (![
htmlView
.get() isKindOfClass:[WebHTMLView class]])
98
NSEvent *event = linkDrag ? frame->eventHandler()->currentNSEvent() : [
htmlView
.get() _mouseDownEvent];
106
WebHTMLView *sourceHTMLView =
htmlView
.get();
WebContextMenuClient.mm
340
WebHTMLView*
htmlView
= (WebHTMLView*)[[kit(frame) frameView] documentView];
341
if(![
htmlView
isKindOfClass:[WebHTMLView class]])
343
[
htmlView
_lookUpInDictionaryFromMenu:nil];
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java
356
TextView
htmlView
= (TextView) rootView.findViewById(R.id.stream_item_html);
363
setDataOrHideIfNone(streamItem.getDecodedText(),
htmlView
);
Completed in 203 milliseconds