Searched refs:setTarget (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWindowEventContext.cpp58 event->setTarget(target());
H A DEventDispatcher.cpp73 mediator->event()->setTarget(EventRetargeter::eventTargetRespectingTargetRules(node));
110 m_event->setTarget(EventRetargeter::eventTargetRespectingTargetRules(m_node.get()));
125 m_event->setTarget(windowEventContext.target());
190 m_event->setTarget(EventRetargeter::eventTargetRespectingTargetRules(m_node.get()));
H A DGenericEventQueue.cpp56 event->setTarget(0);
H A DEvent.cpp168 void Event::setTarget(PassRefPtr<EventTarget> target) function in class:WebCore::Event
H A DDocumentEventQueue.cpp95 scrollEvent->setTarget(target);
H A DEventContext.cpp56 event->setTarget(m_target.get());
H A DEvent.h99 void setTarget(PassRefPtr<EventTarget>);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A DHelloWorld.rb49 hel.setTarget( app.delegate )
58 bye.setTarget app
/macosx-10.9.5/WebCore-7537.78.1/Modules/encryptedmedia/
H A DMediaKeySession.cpp119 event->setTarget(this);
136 event->setTarget(this);
190 event->setTarget(this);
197 keyaddedEvent->setTarget(this);
213 keyerrorEvent->setTarget(this);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MyViewer/
H A DMyViewerCtrl.rb19 item.setTarget(self)
24 item.setTarget(self)
H A DMyInspector.rb43 button[i].setTarget(self)
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediasource/
H A DSourceBufferList.cpp92 event->setTarget(this);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLBuffer.h60 void setTarget(GC3Denum);
H A DWebGLTexture.h43 void setTarget(GC3Denum target, GC3Dint maxLevel);
H A DWebGLBuffer.cpp184 void WebGLBuffer::setTarget(GC3Denum target) function in class:WebCore::WebGLBuffer
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXMenus.c426 [i setTarget:NSApp];
433 [i setTarget:target];
440 [i setTarget:NSApp];
447 [i setTarget:target];
455 [i setTarget:NSApp];
464 [i setTarget:target];
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSObjectExtras.mm57 [invocation setTarget:target];
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CGPDFViewer/
H A DMyDocument.rb130 toolbarItem.setTarget(@pdfView)
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMWindowShell.cpp67 setTarget(vm, window);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenHUDWindowController.mm337 [_playButton setTarget:self];
344 [exitFullscreenButton setTarget:self];
352 [volumeDownButton setTarget:self];
359 [_volumeSlider setTarget:self];
365 [volumeUpButton setTarget:self];
372 [_timeline setTarget:self];
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSProxy.h74 JS_EXPORT_PRIVATE void setTarget(VM&, JSGlobalObject*);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MiniBrowser/
H A DAppController.rb108 menuItem.setTarget(self)
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFormSubmission.h69 void setTarget(const String& target) { m_target = target; } function in class:WebCore::FormSubmission::Attributes
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioScheduledSourceNode.cpp205 event->setTarget(this);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVDirectChat.h57 - (void) setTarget:(NSString *) target;

Completed in 213 milliseconds

123