HomeSort by relevance Sort by last modified time
    Searched full:frame (Results 426 - 450 of 3803) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/des/times/
686-200.fre 3 gcc 2.7.2.2 -O3 -fomit-frame-pointer
  /external/quake/quake/src/QW/progs/
player.qc 20 $frame axrun1 axrun2 axrun3 axrun4 axrun5 axrun6
22 $frame rockrun1 rockrun2 rockrun3 rockrun4 rockrun5 rockrun6
27 $frame stand1 stand2 stand3 stand4 stand5
29 $frame axstnd1 axstnd2 axstnd3 axstnd4 axstnd5 axstnd6
30 $frame axstnd7 axstnd8 axstnd9 axstnd10 axstnd11 axstnd12
36 $frame axpain1 axpain2 axpain3 axpain4 axpain5 axpain6
38 $frame pain1 pain2 pain3 pain4 pain5 pain6
45 $frame axdeth1 axdeth2 axdeth3 axdeth4 axdeth5 axdeth6
46 $frame axdeth7 axdeth8 axdeth9
48 $frame deatha1 deatha2 deatha3 deatha4 deatha5 deatha6 deatha7 deatha8
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-with.js 43 assertEquals(2, exec_state.frame(0).evaluate('a').value());
44 assertEquals(2, exec_state.frame(0).evaluate('b').value());
47 assertEquals(3, exec_state.frame(0).evaluate('a').value());
48 assertEquals(1, exec_state.frame(0).evaluate('b').value());
  /external/webkit/LayoutTests/http/tests/appcache/resources/
main-resource-hash-frame.html 1 <html manifest="/appcache/resources/main-resource-hash-frame.manifest#foo">
  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 32 #include "Frame.h"
170 JSValue toJS(ExecState* exec, Frame* frame)
172 if (!frame)
174 return frame->script()->windowShell(currentWorld(exec));
177 JSDOMWindowShell* toJSDOMWindowShell(Frame* frame, DOMWrapperWorld* isolatedWorld)
179 if (!frame)
181 return frame->script()->windowShell(isolatedWorld);
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLDataGridElementCustom.cpp 61 Frame *frame = imp->document()->frame(); local
62 dataSource = V8DataGridDataSource::create(value, frame);
  /external/webkit/WebCore/css/
Media.cpp 30 #include "Frame.h"
37 Media::Media(Frame* frame)
38 : m_frame(frame)
  /external/webkit/WebCore/dom/
DOMImplementation.h 35 class Frame;
59 static PassRefPtr<Document> createDocument(const String& MIMEType, Frame*, bool inViewSourceMode);
60 static PassRefPtr<Document> createDocument(Frame*);
61 static PassRefPtr<HTMLDocument> createHTMLDocument(Frame*);
  /external/webkit/WebCore/html/
HTMLDocument.h 38 static PassRefPtr<HTMLDocument> create(Frame* frame)
40 return adoptRef(new HTMLDocument(frame));
83 HTMLDocument(Frame*);
  /external/webkit/WebCore/inspector/
InspectorController.cpp 49 #include "Frame.h"
225 // Trying to inspect something in a frame with JavaScript disabled would later lead to
227 // for now prevent crashes here by never targeting a node in such a frame.
232 Frame* frame = node->document()->frame();
233 return frame && frame->script()->canExecuteScripts();
500 void InspectorController::inspectedWindowScriptObjectCleared(Frame* frame)
805 Frame* frame = resource->frame(); local
823 Frame* frame = resource->frame(); local
1829 Frame* frame = 0; local
    [all...]
  /external/webkit/WebCore/loader/
HistoryController.h 40 class Frame;
46 HistoryController(Frame*);
84 PassRefPtr<HistoryItem> createItemTree(Frame* targetFrame, bool clipAtTarget);
90 Frame* m_frame;
RedirectScheduler.h 43 class Frame;
51 RedirectScheduler(Frame*);
72 static bool mustLockBackForwardList(Frame* targetFrame);
74 Frame* m_frame;
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 36 #include "Frame.h"
196 LOG(Archives, "LegacyWebArchive - Frame name is not of type CFString, cannot create invalid resource");
420 Frame* frame = document ? document->frame() : 0; local
421 if (!frame)
428 markupString = frame->documentTypeString() + markupString;
430 return create(markupString, frame, nodeList);
433 PassRefPtr<LegacyWebArchive> LegacyWebArchive::create(Frame* frame)
    [all...]
LegacyWebArchive.h 36 class Frame;
46 static PassRefPtr<LegacyWebArchive> create(Frame*);
47 static PassRefPtr<LegacyWebArchive> createFromSelection(Frame*);
57 static PassRefPtr<LegacyWebArchive> create(const String& markupString, Frame*, const Vector<Node*>& nodes);
  /external/webkit/WebCore/manual-tests/qt/
plugin-iframe.html 21 <iframe src="plugin-sibling-frame-include.html" width="200" height="200"
  /external/webkit/WebCore/page/
DragClient.h 52 class Frame;
64 virtual void startDrag(DragImageRef dragImage, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame*, bool linkDrag = false) = 0;
65 virtual DragImageRef createDragImageForLink(KURL&, const String& label, Frame*) = 0;
72 virtual void declareAndWriteDragImage(NSPasteboard*, DOMElement*, NSURL*, NSString*, Frame*) {};
  /external/webkit/WebCore/platform/
DragImage.cpp 32 #include "Frame.h"
68 DragImageRef createDragImageForSelection(Frame* frame)
70 DragImageRef image = frame->dragImageForSelection();
  /external/webkit/WebCore/platform/android/
ClipboardAndroid.cpp 33 #include "Frame.h"
93 void ClipboardAndroid::declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*)
97 void ClipboardAndroid::writeURL(const KURL&, const String&, Frame*)
101 void ClipboardAndroid::writeRange(Range* selectedRange, Frame*)
  /external/webkit/WebCore/platform/network/android/
ResourceHandleAndroid.cpp 33 #include "Frame.h"
51 bool ResourceHandle::start(Frame* frame)
53 DocumentLoader* docLoader = frame->loader()->activeDocumentLoader();
58 PassRefPtr<ResourceLoaderAndroid> loader = ResourceLoaderAndroid::start(this, d->m_request, frame->loader()->client(), isMainResource, false);
105 bool ResourceHandle::willLoadFromCache(ResourceRequest& request, Frame*)
156 Frame* frame)
165 ResourceLoaderAndroid::start(&h, h.getInternal()->m_request, frame->loader()->client(), false, true);
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 104 bool ResourceHandle::start(Frame* frame)
106 // The frame could be null if the ResourceHandle is not associated to any
107 // Frame, e.g. if we are downloading a file.
108 // If the frame is not null but the page is null this must be an attempted
110 if (frame && !frame->page())
186 bool ResourceHandle::willLoadFromCache(ResourceRequest&, Frame*)
198 void ResourceHandle::loadResourceSynchronously(const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data, Frame*)
  /external/webkit/WebCore/platform/qt/
PasteboardQt.cpp 33 #include "Frame.h"
61 void Pasteboard::writeSelection(Range* selectedRange, bool, Frame* frame)
64 QString text = frame->selectedText();
84 String Pasteboard::plainText(Frame*)
94 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context,
106 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), html, "", FragmentScriptingNotAllowed);
134 void Pasteboard::writeURL(const KURL& _url, const String&, Frame*)
  /external/webkit/WebCore/platform/win/
ClipboardWin.h 67 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*);
68 virtual void writeURL(const KURL&, const String&, Frame*);
69 virtual void writeRange(Range*, Frame*);
87 Frame* m_frame;
  /external/webkit/WebCore/plugins/
MimeTypeArray.cpp 24 #include "Frame.h"
31 MimeTypeArray::MimeTypeArray(Frame* frame)
32 : m_frame(frame)
PluginArray.cpp 24 #include "Frame.h"
31 PluginArray::PluginArray(Frame* frame)
32 : m_frame(frame)
  /external/webkit/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;

Completed in 325 milliseconds

<<11121314151617181920>>