Searched refs:m_owner (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DLabelScope.h84 : m_owner(0)
89 : m_owner(owner)
92 m_owner->at(index).ref();
96 : m_owner(other.m_owner)
99 if (m_owner)
100 m_owner->at(m_index).ref();
105 if (other.m_owner)
106 other.m_owner->at(other.m_index).ref();
107 if (m_owner)
126 LabelScopeStore* m_owner; member in class:JSC::LabelScopePtr
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDataTransferItemListQt.cpp43 : m_owner(clipboard)
50 if (!m_owner->canReadTypes())
58 if (!m_owner->canReadTypes() || index >= length())
66 if (!m_owner->canWriteData()) {
79 if (!m_owner->canWriteData())
88 if (!m_owner->canWriteData())
99 m_items.append(DataTransferItem::create(m_owner, m_context, data, type));
104 if (!m_owner->canWriteData() || !file)
107 m_items.append(DataTransferItem::create(m_owner, m_context, file));
112 m_items.append(DataTransferItemQt::createFromPasteboard(m_owner, m_contex
[all...]
H A DDataTransferItemListQt.h59 RefPtr<Clipboard> m_owner; member in class:WebCore::DataTransferItemListQt
H A DDataTransferItemQt.cpp74 : m_owner(owner)
87 : m_owner(owner)
H A DDataTransferItemQt.h70 const RefPtr<Clipboard> m_owner; member in class:WebCore::DataTransferItemQt
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DGenericEventQueue.cpp40 : m_owner(owner)
55 if (event->target() == m_owner)
87 RefPtr<EventTarget> protect(m_owner);
89 EventTarget* target = pendingEvents[i]->target() ? pendingEvents[i]->target() : m_owner;
H A DGenericEventQueue.h56 EventTarget* m_owner; member in class:WebCore::GenericEventQueue
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DPasteboardWinCE.cpp96 m_owner = ::CreateWindow(L"PasteboardOwnerWindowClass", L"PasteboardOwnerWindow", 0, 0, 0, 0, 0,
106 if (::OpenClipboard(m_owner)) {
117 if (::OpenClipboard(m_owner)) {
130 if (::OpenClipboard(m_owner)) {
139 if (::OpenClipboard(m_owner)) {
153 if (::OpenClipboard(m_owner)) {
162 if (::OpenClipboard(m_owner)) {
183 if (::OpenClipboard(m_owner)) {
191 if (::OpenClipboard(m_owner)) {
201 if (::OpenClipboard(m_owner)) {
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.h52 PlatformCALayer* owner() const { return m_owner; }
78 PlatformCALayer* m_owner; member in class:WebCore::PlatformCALayerWinInternal
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DCounterNode.h51 RenderObject* owner() const { return m_owner; }
84 RenderObject* m_owner; member in class:WebCore::CounterNode
H A DRenderFullScreen.cpp43 , m_owner(owner)
50 RenderFullScreen* m_owner; member in class:RenderFullScreenPlaceholder
55 m_owner->setPlaceholder(0);
H A DRenderScrollbar.h84 RefPtr<Node> m_owner; member in class:WebCore::RenderScrollbar
H A DRenderScrollbar.cpp46 , m_owner(ownerNode)
88 return m_owner && m_owner->renderer() ? m_owner->renderer()->enclosingBox() : 0;
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesp.cc50 hook->m_owner = p;
57 assert(hook != 0 && hook->m_back==this && hook->m_owner==p);
H A Dcursesp.h58 const PANEL* m_owner; // the panel itself member in struct:NCursesPanel::__anon11121
74 if (uptr != 0 && uptr->m_back==this && uptr->m_owner==p) {
84 if (uptr != 0 && uptr->m_back==this && uptr->m_owner==p)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DInbandTextTrackPrivateAVF.h77 AVFInbandTrackParent* m_owner; member in class:WebCore::InbandTextTrackPrivateAVF
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dos9k.h92 #define m_user m_owner.grp_usr.usr
93 #define m_group m_owner.grp_usr.grp
94 #define m_group_user m_owner.group_user
112 unsigned char m_owner[4]; /* Group/user id. */
111 unsigned char m_owner[4]; /* Group/user id. */ member in struct:mh_com
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerWebKitThread.h182 void setOwner(GraphicsLayerBlackBerry* owner) { m_owner = owner; }
184 GraphicsLayerBlackBerry* owner() const { return m_owner; }
186 bool drawsContent() const { return m_owner && m_owner->drawsContent(); }
244 GraphicsLayerBlackBerry* m_owner; member in class:WebCore::LayerWebKitThread
H A DLayerWebKitThread.cpp58 , m_owner(owner)
121 m_owner->paintGraphicsLayerContents(graphicsContext, untransformedContentsRect);
175 if (m_owner)
176 m_owner->notifyFlushRequired();
183 if (m_owner)
184 m_owner->notifyAnimationStarted(time);
240 RenderLayer* renderLayer(static_cast<RenderLayerBacking*>(m_owner->client())->owningLayer());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGlyphPage.h167 GlyphPageTreeNode* owner() const { return m_owner; }
180 , m_owner(owner)
190 GlyphPageTreeNode* m_owner;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSImageGeneratorValue.h77 CSSImageGeneratorValue& m_owner; member in class:WebCore::CSSImageGeneratorValue::CachedGeneratedImage
H A DCSSImageGeneratorValue.cpp89 : m_owner(owner)
100 m_owner.evictCachedGeneratedImage(m_size);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp144 m_owner = ::CreateWindow(L"PasteboardOwnerWindowClass", L"PasteboardOwnerWindow", 0, 0, 0, 0, 0,
183 if (::OpenClipboard(m_owner)) {
461 if (::OpenClipboard(m_owner)) {
475 if (::OpenClipboard(m_owner)) {
484 if (::OpenClipboard(m_owner)) {
518 if (::OpenClipboard(m_owner)) {
527 if (::OpenClipboard(m_owner)) {
705 if (::OpenClipboard(m_owner)) {
713 if (::OpenClipboard(m_owner)) {
723 if (::OpenClipboard(m_owner)) {
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h101 PlatformCALayerClient* owner() const { return m_owner; }
239 PlatformCALayerClient* m_owner; member in class:WebCore::PlatformCALayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm69 PlatformCALayer* m_owner;
92 if (m_owner)
93 m_owner->animationStarted(startTime);
98 m_owner = owner;
129 m_owner = owner;
177 : m_owner(owner)
321 if (m_owner)
322 m_owner->platformCALayerAnimationStarted(beginTime);

Completed in 407 milliseconds

12