Lines Matching refs:get
49 [m_popup.get() setControlView:nil];
55 [m_popup.get() removeAllItems];
58 [m_popup.get() setUsesItemFromMenu:NO];
59 [m_popup.get() setAutoenablesItems:NO];
66 [[m_popup.get() menu] addItem:[NSMenuItem separatorItem]];
68 [m_popup.get() addItemWithTitle:@""];
69 NSMenuItem *menuItem = [m_popup.get() lastItem];
73 [paragraphStyle.get() setBaseWritingDirection:writingDirection];
74 [paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAlignment];
76 paragraphStyle.get(), NSParagraphStyleAttributeName,
81 RetainPtr<NSArray> writingDirectionArray(AdoptNS, [[NSArray alloc] initWithObjects:writingDirectionValue.get(), nil]);
82 [attributes.get() setObject:writingDirectionArray.get() forKey:NSWritingDirectionAttributeName];
84 RetainPtr<NSAttributedString> string(AdoptNS, [[NSAttributedString alloc] initWithString:nsStringFromWebCoreString(items[i].m_text) attributes:attributes.get()]);
86 [menuItem setAttributedTitle:string.get()];
97 NSFontDescriptor *fontDescriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:(NSDictionary *)data.fontInfo.fontAttributeDictionary.get()];
104 [m_popup.get() attachPopUpWithFrame:rect inView:m_webView];
105 [m_popup.get() selectItemAtIndex:selectedIndex];
106 [m_popup.get() setUserInterfaceLayoutDirection:textDirection == LTR ? NSUserInterfaceLayoutDirectionLeftToRight : NSUserInterfaceLayoutDirectionRightToLeft];
108 NSMenu *menu = [m_popup.get() menu];
119 NSRect titleFrame = [m_popup.get() titleRectForBounds:rect];
128 [m_webView addSubview:dummyView.get()];
129 location = [dummyView.get() convertPoint:location fromView:m_webView];
131 WKPopupMenu(menu, location, roundf(NSWidth(rect)), dummyView.get(), selectedIndex, font);
133 [m_popup.get() dismissPopUp];
134 [dummyView.get() removeFromSuperview];
139 m_client->valueChangedForPopupMenu(this, [m_popup.get() indexOfSelectedItem]);
174 [m_popup.get() dismissPopUp];