HomeSort by relevance Sort by last modified time
    Searched refs:Frame (Results 26 - 50 of 919) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/js/
ScriptCachedFrameData.h 39 class Frame;
49 ScriptCachedFrameData(Frame*);
52 void restore(Frame*);
ScriptEventListener.h 43 class Frame;
47 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Frame*, Attribute*);
  /external/webkit/Source/WebCore/page/
MemoryInfo.h 39 class Frame;
43 static PassRefPtr<MemoryInfo> create(Frame* frame) { return adoptRef(new MemoryInfo(frame)); }
50 MemoryInfo(Frame*);
Performance.h 47 static PassRefPtr<Performance> create(Frame* frame) { return adoptRef(new Performance(frame)); }
49 Frame* frame() const;
57 Performance(Frame*);
62 Frame* m_frame;
PrintContext.h 30 class Frame;
38 PrintContext(Frame*);
41 Frame* frame() const { return m_frame; } function in class:WebCore::PrintContext
73 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber);
74 static bool isPageBoxVisible(Frame* frame, int pageNumber);
75 static String pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marg (…)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframeprivate.h 26 #include "Frame.h"
33 WebCore::Frame* core(WebKitWebFrame*);
34 WebKitWebFrame* kit(WebCore::Frame*);
42 WebCore::Frame* coreFrame;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.h 37 class Frame;
41 static PassRefPtr<V8CustomApplicationInstalledCallback> create(v8::Local<v8::Value> value, Frame* frame)
44 return adoptRef(new V8CustomApplicationInstalledCallback(value->ToObject(), frame));
51 V8CustomApplicationInstalledCallback(v8::Local<v8::Object>, Frame*);
54 RefPtr<Frame> m_frame;
  /external/webkit/Source/WebCore/editing/android/
EditorAndroid.cpp 34 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame*)
  /external/webkit/Source/WebCore/editing/brew/
EditorBrew.cpp 34 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame*)
  /external/webkit/Source/WebCore/editing/haiku/
EditorHaiku.cpp 38 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame*)
  /external/webkit/Source/WebCore/editing/qt/
EditorQt.cpp 42 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame*)
  /external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.h 30 class Frame;
41 Frame* contentFrame() const { return m_contentFrame; }
66 friend class Frame;
71 Frame* m_contentFrame;
  /external/webkit/Source/WebCore/loader/
PingLoader.h 42 class Frame;
48 // This class triggers asynchronous loads independent of Frame staying alive (i.e., auditing pingbacks).
56 static void loadImage(Frame*, const KURL& url);
57 static void sendPing(Frame*, const KURL& pingURL, const KURL& destinationURL);
62 PingLoader(Frame*, const ResourceRequest&);
ProgressTracker.h 35 class Frame;
49 void progressStarted(Frame*);
50 void progressCompleted(Frame*);
73 RefPtr<Frame> m_originatingProgressFrame;
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.h 36 class Frame;
43 static PassOwnPtr<IconLoader> create(Frame*);
50 IconLoader(Frame*);
62 Frame* m_frame;
  /external/webkit/Source/WebCore/platform/android/
DragDataAndroid.cpp 50 String DragData::asPlainText(Frame*) const
65 bool DragData::containsURL(Frame*, FilenameConversionPolicy) const
70 String DragData::asURL(Frame*, FilenameConversionPolicy, String*) const
76 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const
  /external/webkit/Source/WebCore/platform/efl/
DragDataEfl.cpp 53 String DragData::asPlainText(Frame*) const
68 bool DragData::containsURL(Frame*, FilenameConversionPolicy filenamePolicy) const
73 String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const
78 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const
  /external/webkit/Source/WebCore/platform/wince/
DragDataWinCE.cpp 30 bool DragData::containsURL(Frame*, FilenameConversionPolicy filenamePolicy) const
40 String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const
59 String DragData::asPlainText(Frame*) const
79 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const
  /external/webkit/Source/WebCore/platform/wx/
DragDataWx.cpp 59 String DragData::asPlainText(Frame*) const
74 bool DragData::containsURL(Frame*, FilenameConversionPolicy filenamePolicy) const
79 String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const
85 PassRefPtr<DocumentFragment> DragData::asFragment(Frame*, PassRefPtr<Range>, bool, bool&) const
  /external/webkit/Source/WebCore/plugins/
DOMMimeTypeArray.h 32 class Frame;
37 static PassRefPtr<DOMMimeTypeArray> create(Frame* frame) { return adoptRef(new DOMMimeTypeArray(frame)); }
48 DOMMimeTypeArray(Frame*);
51 Frame* m_frame;
DOMPluginArray.h 32 class Frame;
37 static PassRefPtr<DOMPluginArray> create(Frame* frame) { return adoptRef(new DOMPluginArray(frame)); }
50 DOMPluginArray(Frame*);
53 Frame* m_frame;
  /external/webkit/Source/WebCore/storage/
StorageArea.h 38 class Frame;
53 virtual String setItem(const String& key, const String& value, ExceptionCode& ec, Frame* sourceFrame) = 0;
54 virtual String removeItem(const String& key, Frame* sourceFrame) = 0;
55 virtual bool clear(Frame* sourceFrame) = 0;
  /external/webkit/Source/WebCore/platform/gtk/
ClipboardGtk.h 36 class Frame;
44 static PassRefPtr<ClipboardGtk> create(ClipboardAccessPolicy policy, GtkClipboard* clipboard, Frame* frame)
46 return adoptRef(new ClipboardGtk(policy, clipboard, frame));
49 static PassRefPtr<ClipboardGtk> create(ClipboardAccessPolicy policy, PassRefPtr<DataObjectGtk> dataObject, ClipboardType clipboardType, Frame* frame)
51 return adoptRef(new ClipboardGtk(policy, dataObject, clipboardType, frame));
69 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*);
71 virtual void writeURL(const KURL&, const String&, Frame*);
72 virtual void writeRange(Range*, Frame*);
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.h 39 class Frame;
47 static PassRefPtr<ClipboardWin> create(ClipboardType clipboardType, IDataObject* dataObject, ClipboardAccessPolicy policy, Frame* frame)
49 return adoptRef(new ClipboardWin(clipboardType, dataObject, policy, frame));
51 static PassRefPtr<ClipboardWin> create(ClipboardType clipboardType, WCDataObject* dataObject, ClipboardAccessPolicy policy, Frame* frame)
53 return adoptRef(new ClipboardWin(clipboardType, dataObject, policy, frame));
55 static PassRefPtr<ClipboardWin> create(ClipboardType clipboardType, const DragDataMap& dataMap, ClipboardAccessPolicy policy, Frame* frame)
57 return adoptRef(new ClipboardWin(clipboardType, dataMap, policy, frame));
    [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
DOMObjectCache.h 24 class Frame;
33 static void clearByFrame(WebCore::Frame* frame = 0);

Completed in 370 milliseconds

12 3 4 5 6 7 8 91011>>