Searched refs:Frame (Results 251 - 275 of 797) sorted by relevance

<<11121314151617181920>>

/external/javassist/sample/rmi/
H A DAlertDialog.java6 public class AlertDialog extends Frame implements ActionListener {
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java85 Frame[] frames;
106 Frame frame = frames[pos];
119 private void printStack(Frame frame) {
131 private void printLocals(Frame frame) {
/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomXPathNSResolver.h43 class Frame;
H A DJSDocumentCustom.cpp24 #include "Frame.h"
65 Frame* frame = static_cast<Document*>(impl())->frame();
80 Frame* frame = static_cast<Document*>(impl())->frame();
86 Frame* lexicalFrame = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->frame();
90 Frame* activeFrame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame();
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLFrameSetElementCustom.cpp35 #include "Frame.h"
57 if (Frame* frame = doc->frame())
/external/webkit/Source/WebCore/dom/
H A DUserTypingGestureIndicator.cpp29 #include "Frame.h"
52 UserTypingGestureIndicator::UserTypingGestureIndicator(Frame* frame)
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.h63 class Frame;
94 FrameLoader(Frame*, FrameLoaderClient*);
99 Frame* frame() const { return m_frame; }
114 void loadURLIntoChildFrame(const KURL&, const String& referer, Frame*);
127 static void reportLocalLoadFailed(Frame*, const String& url);
262 Frame* opener();
263 void setOpener(Frame*);
299 bool shouldAllowNavigation(Frame* targetFrame) const;
300 Frame* findFrameForNavigation(const AtomicString& name);
414 void closeAndRemoveChild(Frame*);
[all...]
/external/webkit/Source/WebCore/loader/archive/android/
H A DWebArchiveAndroid.h31 #include "Frame.h"
42 static PassRefPtr<WebArchiveAndroid> create(Frame* frame);
/external/webkit/Source/WebCore/page/chromium/
H A DFrameChromium.cpp41 ScopedState(Frame* theFrame, RenderObject* theRenderer)
58 Frame* frame;
66 DragImageRef Frame::nodeImage(Node* node)
96 DragImageRef Frame::dragImageForSelection()
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp28 #include "Frame.h"
55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight)
107 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText)
151 DragImageRef Frame::nodeImage(Node*)
157 DragImageRef Frame::dragImageForSelection()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.h23 #include "Frame.h"
49 void webKitWebSrcSetFrame(WebKitWebSrc* src, WebCore::Frame* frame);
/external/webkit/Source/WebCore/platform/haiku/
H A DScreenHaiku.cpp32 #include "Frame.h"
48 return FloatRect(screen.Frame());
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.h47 class Frame;
60 static PassRefPtr<PluginStream> create(PluginStreamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPluginFuncs* functions, NPP instance, const PluginQuirkSet& quirks)
86 PluginStream(PluginStreamClient*, Frame*, const ResourceRequest&, bool sendNotification, void* notifyData, const NPPluginFuncs*, NPP instance, const PluginQuirkSet&);
98 Frame* m_frame;
/external/webkit/Source/WebKit/android/jni/
H A DWebFrameView.cpp33 #include "Frame.h"
58 WebCore::Frame* frame = mFrameView->frame();
/external/webkit/Source/WebKit/android/wds/
H A DCommand.cpp33 #include "Frame.h"
51 static bool callDumpRenderTree(const Frame* frame, const Connection* conn) {
57 static bool callDumpDomTree(const Frame* frame, const Connection* conn) {
90 InternalCommand(const Command* comm, const Frame* frame,
105 const Frame* m_frame;
/external/webkit/Source/WebKit/chromium/src/
H A DIDBFactoryBackendProxy.cpp64 void IDBFactoryBackendProxy::open(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> origin, Frame* frame, const String& dataDir, int64_t maximumSize, BackingStoreType backingStoreType)
H A DIDBFactoryBackendProxy.h48 virtual void open(const String& name, PassRefPtr<WebCore::IDBCallbacks>, PassRefPtr<WebCore::SecurityOrigin>, WebCore::Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType);
H A DWebPageSerializer.cpp36 #include "Frame.h"
104 Vector<Frame*>* visitedFrames,
105 Vector<Frame*>* framesToVisit,
113 Frame* frame = static_cast<HTMLFrameOwnerElement*>(element)->contentFrame();
134 void retrieveResourcesForFrame(Frame* frame,
136 Vector<Frame*>* visitedFrames,
137 Vector<Frame*>* framesToVisit,
202 Vector<Frame*> framesToVisit;
203 Vector<Frame*> visitedFrames;
210 Frame* fram
[all...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DDragClientEfl.h47 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
H A DChromeClientEfl.cpp64 static inline Evas_Object* kit(Frame* frame)
94 void ChromeClientEfl::focusedFrameChanged(Frame*)
151 Page* ChromeClientEfl::createWindow(Frame*, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& features, const NavigationAction&)
265 bool ChromeClientEfl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
276 void ChromeClientEfl::runJavaScriptAlert(Frame* frame, const String& message)
281 bool ChromeClientEfl::runJavaScriptConfirm(Frame* frame, const String& message)
286 bool ChromeClientEfl::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result)
326 void ChromeClientEfl::contentsSizeChanged(Frame* frame, const IntSize& size) const
381 void ChromeClientEfl::print(Frame* frame)
407 void ChromeClientEfl::exceededDatabaseQuota(Frame* fram
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.h43 virtual void startDrag(DragImageRef, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.h41 virtual void startDrag(WebCore::DragImageRef, const WebCore::IntPoint&, const WebCore::IntPoint&, WebCore::Clipboard*, WebCore::Frame*, bool);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DDragClientWinCE.h40 virtual void startDrag(WebCore::DragImageRef, const WebCore::IntPoint&, const WebCore::IntPoint&, WebCore::Clipboard*, WebCore::Frame*, bool = false);
/external/webkit/Source/WebKit/wince/
H A DWebView.h37 class Frame;
59 WebCore::Frame* frame() const { return m_frame; }
71 PassRefPtr<WebCore::Frame> createFrame(const WebCore::KURL&, const WTF::String&, WebCore::HTMLFrameOwnerElement*, const WTF::String&, bool, int, int);
91 WebCore::Frame* m_frame;
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.h41 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);

Completed in 336 milliseconds

<<11121314151617181920>>