Searched refs:Frame (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/tile/
H A Dframe.rb12 class Frame < Tk::Frame class in class:Tk.Tile
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtframe.rb10 class TFrame < Tk::Frame
12 Frame = TFrame
16 class Tk::Tile::TFrame < Tk::Frame
32 #Tk.__set_toplevel_aliases__(:Ttk, Tk::Tile::Frame, :TkFrame)
34 :Ttk, Tk::Tile::Frame, :TkFrame)
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebProgressTrackerClient.h45 virtual void progressStarted(WebCore::Frame& originatingProgressFrame) override;
46 virtual void progressEstimateChanged(WebCore::Frame& originatingProgressFrame) override;
47 virtual void progressFinished(WebCore::Frame& originatingProgressFrame) override;
H A DWebProgressTrackerClient.mm59 void WebProgressTrackerClient::progressStarted(WebCore::Frame& originatingProgressFrame)
68 void WebProgressTrackerClient::progressEstimateChanged(WebCore::Frame&)
88 void WebProgressTrackerClient::progressFinished(Frame&)
H A DWebDragClient.h40 virtual void startDrag(WebCore::DragImageRef, const WebCore::IntPoint& dragPos, const WebCore::IntPoint& eventPos, WebCore::DataTransfer&, WebCore::Frame&, bool linkDrag) override;
41 virtual void declareAndWriteDragImage(const String& pasteboardName, WebCore::Element&, const WebCore::URL&, const String&, WebCore::Frame*) override;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebProgressTrackerClient.h42 virtual void progressStarted(WebCore::Frame& originatingProgressFrame) override;
43 virtual void progressEstimateChanged(WebCore::Frame& originatingProgressFrame) override;
44 virtual void progressFinished(WebCore::Frame& originatingProgressFrame) override;
H A DWebProgressTrackerClient.cpp31 #include <WebCore/Frame.h>
50 void WebProgressTrackerClient::progressStarted(Frame& originatingProgressFrame)
58 void WebProgressTrackerClient::progressEstimateChanged(Frame& originatingProgressFrame)
67 void WebProgressTrackerClient::progressFinished(Frame& originatingProgressFrame)
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebFramePolicyListener.h36 class Frame;
41 static WebFramePolicyListener* createInstance(PassRefPtr<WebCore::Frame>);
43 WebFramePolicyListener(PassRefPtr<WebCore::Frame>);
65 RefPtr<WebCore::Frame> m_frame;
H A DWebActionPropertyBag.h30 #include <WebCore/Frame.h>
36 static WebActionPropertyBag* createInstance(const WebCore::NavigationAction&, PassRefPtr<WebCore::HTMLFormElement>, PassRefPtr<WebCore::Frame>);
39 WebActionPropertyBag(const WebCore::NavigationAction&, PassRefPtr<WebCore::HTMLFormElement>, PassRefPtr<WebCore::Frame>);
62 RefPtr<WebCore::Frame> m_frame;
H A DWebFramePolicyListener.cpp31 #include <WebCore/Frame.h>
39 WebFramePolicyListener::WebFramePolicyListener(PassRefPtr<Frame> frame)
53 WebFramePolicyListener* WebFramePolicyListener::createInstance(PassRefPtr<Frame> frame)
123 RefPtr<Frame> frame = m_frame.release();
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtile.rb20 autoload :Frame, 'tkextlib/blt/tile/frame.rb'
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DHandleStack.h40 class Frame { class in class:JSC::HandleStack
48 void enterScope(Frame&);
49 void leaveScope(Frame&);
57 void zapTo(Frame&);
64 Frame m_frame;
67 inline void HandleStack::enterScope(Frame& lastFrame)
78 inline void HandleStack::zapTo(Frame& lastFrame)
103 inline void HandleStack::leaveScope(Frame& lastFrame)
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DFrame.js26 WebInspector.Frame = function(id, name, securityOrigin, loaderIdentifier, mainResource)
54 WebInspector.Object.addConstructorFunctions(WebInspector.Frame);
56 WebInspector.Frame.Event = {
74 WebInspector.Frame.TypeIdentifier = "Frame";
75 WebInspector.Frame.MainResourceURLCookieKey = "frame-main-resource-url";
77 WebInspector.Frame.prototype = {
78 constructor: WebInspector.Frame,
110 this.dispatchEventToListeners(WebInspector.Frame.Event.SecurityOriginDidChange, {oldSecurityOrigin: oldSecurityOrigin});
113 this.dispatchEventToListeners(WebInspector.Frame
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dframe.rb15 class Frame class in class:IRB
60 # Convenience method for Frame#bottom
61 def Frame.bottom(n = 0)
65 # Convenience method for Frame#top
66 def Frame.top(n = 0)
71 def Frame.sender
75 @backtrace = Frame.new
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DFindIndicatorOverlayClientIOS.h30 #import <WebCore/Frame.h>
37 FindIndicatorOverlayClientIOS(WebCore::Frame& frame)
49 WebCore::Frame& m_frame;
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DContextMenuClientWinCE.cpp60 void ContextMenuClientWinCE::searchWithGoogle(const Frame*) argument
65 void ContextMenuClientWinCE::lookUpInDictionary(Frame*)
H A DFrameNetworkingContextWinCE.h34 static PassRefPtr<FrameNetworkingContextWinCE> create(WebCore::Frame* frame, const WTF::String& userAgent)
44 FrameNetworkingContextWinCE(WebCore::Frame* frame, const WTF::String& userAgent);
H A DFrameNetworkingContextWinCE.cpp35 FrameNetworkingContextWinCE::FrameNetworkingContextWinCE(Frame* frame, const String& userAgent)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm44 void WebContextMenuClient::lookUpInDictionary(Frame* frame)
64 void WebContextMenuClient::searchWithGoogle(const Frame* frame)
78 Frame& mainFrame = m_page->corePage()->mainFrame();
80 Frame* selectionFrame = &mainFrame;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaImpl.h52 virtual void setItem(WebCore::Frame* sourceFrame, const String& key, const String& value, bool& quotaException) override;
53 virtual void removeItem(WebCore::Frame* sourceFrame, const String& key) override;
54 virtual void clear(WebCore::Frame* sourceFrame) override;
56 virtual bool canAccessStorage(WebCore::Frame*) override;
H A DStorageAreaImpl.cpp32 #include <WebCore/Frame.h>
77 void StorageAreaImpl::setItem(Frame* sourceFrame, const String& key, const String& value, bool& quotaException)
84 void StorageAreaImpl::removeItem(Frame* sourceFrame, const String& key)
89 void StorageAreaImpl::clear(Frame* sourceFrame)
99 bool StorageAreaImpl::canAccessStorage(Frame* frame)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/efl/
H A DWebContextMenuClientEfl.cpp38 void WebContextMenuClient::lookUpInDictionary(Frame*)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebContextMenuClientGtk.cpp38 void WebContextMenuClient::lookUpInDictionary(Frame*)
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebChromeClientIOS.h42 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&) override;
43 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&) override;
44 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result) override;
46 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>) override;
52 virtual void setNeedsScrollNotifications(WebCore::Frame*, bool) override;
53 virtual void observedContentChange(WebCore::Frame*) override;
54 virtual void clearContentChangeObservers(WebCore::Frame*) override;
58 virtual void notifyRevealedSelectionByScrollingFrame(WebCore::Frame*) override;
70 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*) override;
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DStackVisitor.h48 class Frame { class in class:JSC::StackVisitor
89 Frame() { } function in class:JSC::StackVisitor::Frame
90 ~Frame() { }
130 Frame& operator*() { return m_frame; }
131 ALWAYS_INLINE Frame* operator->() { return &m_frame; }
144 Frame m_frame;

Completed in 141 milliseconds

1234567891011>>