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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/win/
DragDataWin.cpp 31 #include "Frame.h"
57 bool DragData::containsURL(Frame*, FilenameConversionPolicy filenamePolicy) const
89 String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const
138 String DragData::asPlainText(Frame*) const
164 PassRefPtr<DocumentFragment> DragData::asFragment(Frame* frame, PassRefPtr<Range>, bool, bool&) const
178 if (PassRefPtr<DocumentFragment> fragment = fragmentFromFilenames(frame->document(), m_platformDragData))
183 if (PassRefPtr<DocumentFragment> fragment = fragmentFromHTML(frame->document(), m_platformDragData))
188 if (PassRefPtr<DocumentFragment> fragment = fragmentFromFilenames(frame->document(), &m_dragDataMap))
193 if (PassRefPtr<DocumentFragment> fragment = fragmentFromHTML(frame->document(), &m_dragDataMap)
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBDatabaseBackendInterface.h 39 class Frame;
IDBFactoryBackendImpl.h 58 virtual void open(const String& name, PassRefPtr<IDBCallbacks>, PassRefPtr<SecurityOrigin>, Frame*, const String& dataDir, int64_t maximumSize, BackingStoreType);
  /external/webkit/Source/WebCore/wml/
WMLRefreshElement.cpp 26 #include "Frame.h"
73 if (Frame* frame = document->frame()) {
74 if (FrameLoader* loader = frame->loader())
  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.h 63 WebCore::Frame* frame,
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DragClientGtk.h 52 virtual void startDrag(WebCore::DragImageRef dragImage, const WebCore::IntPoint& dragImageOrigin, const WebCore::IntPoint& eventPos, WebCore::Clipboard*, WebCore::Frame*, bool linkDrag = false);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 55 void setFrame(Frame*);
208 virtual Frame* dispatchCreatePage(const NavigationAction&);
227 virtual PassRefPtr<Frame> createFrame(const KURL& url, const String& name,
253 Frame* m_frame;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.mm 35 #import <WebCore/Frame.h>
71 SEL selector = @selector(webView:decidePolicyForGeolocationRequestFromOrigin:frame:listener:);
77 Frame *frame = geolocation->frame();
78 WebSecurityOrigin *webOrigin = [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:frame->document()->securityOrigin()];
81 CallUIDelegate(m_webView, selector, webOrigin, kit(frame), listener);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 33 #include <WebCore/Frame.h>
181 Frame* frame = static_cast<Document*>(m_node.get())->frame();
182 if (!frame)
185 return static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame();
193 Frame* frame = static_cast<HTMLFrameElement*>(m_node.get())->contentFrame();
194 if (!frame)
197 return static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame()
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.cpp 32 #include <WebCore/Frame.h>
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
ChunkedUpdateDrawingAreaMac.cpp 33 #include <WebCore/Frame.h>
WebPageMac.mm 42 #import <WebCore/Frame.h>
60 static PassRefPtr<Range> convertToRange(Frame*, NSRange);
121 static Frame* frameForEvent(KeyboardEvent* event)
125 Frame* frame = node->document()->frame();
126 ASSERT(frame);
127 return frame;
132 Frame* frame = frameForEvent(event)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 22 import android.filterfw.core.Frame;
BlendFilter.java 21 import android.filterfw.core.Frame;
34 * the multiplication of parameter "blend" and the alpha value in "right" frame.
BrightnessFilter.java 22 import android.filterfw.core.Frame;
ContrastFilter.java 22 import android.filterfw.core.Frame;
Invert.java 22 import android.filterfw.core.Frame;
  /external/javassist/sample/rmi/
CountApplet.java 75 Frame f = new Frame("CountApplet");
  /external/llvm/lib/MC/
MCNullStreamer.cpp 99 virtual void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {
100 RecordProcEnd(Frame);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.h 34 class Frame;
99 JSDOMWindow* toJSDOMWindow(Frame*, DOMWrapperWorld*);
ScriptCachedFrameData.cpp 35 #include "Frame.h"
46 ScriptCachedFrameData::ScriptCachedFrameData(Frame* frame)
51 ScriptController* scriptController = frame->script();
74 void ScriptCachedFrameData::restore(Frame* frame)
78 ScriptController* scriptController = frame->script();
89 windowShell->setWindow(frame->domWindow());
91 if (Page* page = frame->page()) {
ScriptEventListener.cpp 38 #include "Frame.h"
63 if (Frame* frame = node->document()->frame()) {
64 ScriptController* scriptController = frame->script();
75 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Frame* frame, Attribute* attr)
77 if (!frame)
87 ScriptController* scriptController = frame->script();
92 sourceURL = frame->document()->url().string()
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageResource.cpp 39 #include "Frame.h"
51 InspectorDOMStorageResource::InspectorDOMStorageResource(Storage* domStorage, bool isLocalStorage, Frame* frame)
55 , m_frame(frame)
62 bool InspectorDOMStorageResource::isSameHostAndType(Frame* frame, bool isLocalStorage) const
64 return equalIgnoringCase(m_frame->document()->securityOrigin()->host(), frame->document()->securityOrigin()->host()) && m_isLocalStorage == isLocalStorage;
109 bool isLocalStorage = (storage->frame()->domWindow()->localStorage(ec) == storage && !ec);
110 if (isSameHostAndType(storage->frame(), isLocalStorage))
  /external/webkit/Source/WebCore/loader/
NetscapePlugInStreamLoader.cpp 37 NetscapePlugInStreamLoader::NetscapePlugInStreamLoader(Frame* frame, NetscapePlugInStreamLoaderClient* client)
38 : ResourceLoader(frame, true, true)
47 PassRefPtr<NetscapePlugInStreamLoader> NetscapePlugInStreamLoader::create(Frame* frame, NetscapePlugInStreamLoaderClient* client, const ResourceRequest& request)
49 RefPtr<NetscapePlugInStreamLoader> loader(adoptRef(new NetscapePlugInStreamLoader(frame, client)));
  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 88 return m_path->Frame();
144 return !m_path->Frame().IsValid();

Completed in 929 milliseconds

<<11121314151617181920>>