OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cocoa_view
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.mm
23
NSRange selection_range = [view_->
cocoa_view
() selectedRange];
25
[view_->
cocoa_view
() attributedSubstringForProposedRange:selection_range
44
[view_->
cocoa_view
() firstViewRectForCharacterRange:selection_range
54
[target_view_->
cocoa_view
() showDefinitionForAttributedString:attr_string
popup_menu_helper_mac.mm
54
base::scoped_nsobject<RenderWidgetHostViewCocoa>
cocoa_view
(
55
[rwhvm->
cocoa_view
() retain]);
76
[menu_runner runMenuInView:
cocoa_view
77
withBounds:[
cocoa_view
flipRectToNSRect:bounds]
render_widget_host_view_mac_unittest.mm
185
// Owned by its |
cocoa_view
()|, i.e. |rwhv_cocoa_|.
188
rwhv_cocoa_.reset([rwhv_mac_->
cocoa_view
() retain]);
271
// Owned by its |
cocoa_view
()|.
282
EXPECT_FALSE([rwhv_mac_->
cocoa_view
() suppressNextEscapeKeyUp]);
286
[view->
cocoa_view
() keyEvent:
289
EXPECT_TRUE([rwhv_mac_->
cocoa_view
() suppressNextEscapeKeyUp]);
292
[rwhv_mac_->
cocoa_view
() keyEvent:
294
EXPECT_FALSE([rwhv_mac_->
cocoa_view
() suppressNextEscapeKeyUp]);
305
// Owned by its |
cocoa_view
()|.
320
[[view->
cocoa_view
() window] performKeyEquivalent
[
all
...]
compositing_iosurface_layer_mac.mm
30
[renderWidgetHostView_->
cocoa_view
() bounds])];
render_widget_host_view_mac.h
205
RenderWidgetHostViewCocoa*
cocoa_view
() const { return cocoa_view_; }
function in class:content::RenderWidgetHostViewMac
render_widget_host_view_mac.mm
[
all
...]
/external/chromium/chrome/browser/tab_contents/
popup_menu_helper_mac.mm
38
scoped_nsobject<RenderWidgetHostViewCocoa>
cocoa_view
59
[menu_runner runMenuInView:
cocoa_view
60
withBounds:[
cocoa_view
flipRectToNSRect:bounds]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
new_credit_card_bubble_cocoa_unittest.mm
69
NewCreditCardBubbleCocoa*
cocoa_view
=
71
cocoa_view
->CreateCocoaController(window);
74
InfoBubbleWindow* bubble_window =
cocoa_view
->GetInfoBubbleWindow();
Completed in 814 milliseconds