OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pasteboard
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebCore/platform/mac/
ClipboardMac.mm
51
,
m_pasteboard
(pasteboard)
54
m_changeCount = [
m_pasteboard
.get() changeCount];
63
return
m_pasteboard
&& [
m_pasteboard
.get() types] && [[
m_pasteboard
.get() types] count] > 0;
149
[
m_pasteboard
.get() setString:@"" forType:cocoaType];
159
[
m_pasteboard
.get() declareTypes:[NSArray array] owner:nil];
221
NSArray *absoluteURLs = absoluteURLsFromPasteboard(
m_pasteboard
.get(), onlyFirstURL);
224
cocoaValue = [[
m_pasteboard
.get() stringForType:cocoaType] precomposedStringWithCanonicalMapping];
226
cocoaValue = [
m_pasteboard
.get() stringForType:cocoaType]
[
all
...]
PasteboardMac.mm
114
:
m_pasteboard
(pboard)
120
[
m_pasteboard
.get() declareTypes:[NSArray array] owner:nil];
211
Pasteboard::writeSelection(
m_pasteboard
.get(), selectedRange, canSmartCopyOrDelete, frame);
220
NSPasteboard *pasteboard =
m_pasteboard
.get();
265
Pasteboard::writeURL(
m_pasteboard
.get(), nil, url, titleStr, frame);
289
[
m_pasteboard
.get() setData:RTFDData forType:NSRTFDPboardType];
309
[
m_pasteboard
.get() declareTypes:types owner:nil];
310
writeURL(
m_pasteboard
.get(), types, cocoaURL, nsStringNilIfEmpty(title), frame);
315
[
m_pasteboard
.get() setData:[image->getNSImage() TIFFRepresentation] forType:NSTIFFPboardType];
325
return [[
m_pasteboard
.get() types] containsObject:WebSmartPastePboardType]
[
all
...]
ClipboardMac.h
79
NSPasteboard *pasteboard() { return
m_pasteboard
.get(); }
86
RetainPtr<NSPasteboard>
m_pasteboard
;
member in class:WebCore::ClipboardMac
/external/webkit/WebCore/platform/
Pasteboard.h
116
RetainPtr<NSPasteboard>
m_pasteboard
;
member in class:WebCore::Pasteboard
Completed in 40 milliseconds