/external/webkit/WebCore/bindings/v8/ |
ScriptEventListener.cpp | 37 #include "Frame.h" 57 if (Frame* frame = node->document()->frame()) { 58 ScriptController* scriptController = frame->script(); 67 if (frame->document()->tokenizer()) { 69 lineNumber = frame->document()->tokenizer()->lineNumber(); 70 columnNumber = frame->document()->tokenizer()->columnNumber(); 78 PassRefPtr<V8LazyEventListener> createAttributeEventListener(Frame* frame, Attribute* attr [all...] |
/external/bluetooth/hcidump/parser/ |
parser.h | 33 struct frame { struct 117 static inline void p_indent(int level, struct frame *f) 158 static inline uint8_t get_u8(struct frame *frm) 166 static inline uint16_t get_u16(struct frame *frm) 174 static inline uint32_t get_u32(struct frame *frm) 182 static inline uint64_t get_u64(struct frame *frm) 193 static inline void get_u128(struct frame *frm, uint64_t *l, uint64_t *h) 204 struct frame *add_frame(struct frame *frm); 215 void ascii_dump(int level, struct frame *frm, int num) [all...] |
/external/v8/test/mjsunit/ |
debug-backtrace.js | 93 var frame; 112 assertEquals('frame', frames[i].type); 135 assertEquals('frame', frames[i].type); 153 assertEquals('frame', frames[i].type); 161 json = '{"seq":0,"type":"request","command":"frame"}' 163 frame = response.body(); 164 assertEquals(0, frame.index); 165 assertEquals("f", response.lookup(frame.func.ref).name); 166 assertTrue(frame.constructCall); 167 assertEquals(31, frame.line) [all...] |
/external/v8/src/arm/ |
jump-target-arm.cc | 44 // Live non-frame registers are not allowed at unconditional jumps 50 // Backward jump. There already a frame expectation at the target. 52 cgen()->frame()->MergeTo(entry_frame_); 55 // Use the current frame as the expected one at the target if necessary. 57 entry_frame_ = cgen()->frame(); 61 cgen()->frame()->MergeTo(entry_frame_); 66 // detects the presence of a frame pointer in the reaching_frames_ list. 81 // Backward branch. We have an expected frame to merge to on the 83 cgen()->frame()->MergeTo(entry_frame_); 85 // Clone the current frame to use as the expected one at the target i [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebFrame.h | 58 @param name The name of the frame. 59 @param view The WebFrameView for the frame. 60 @param webView The WebView that manages the frame. 67 @result The frame name. 73 @result Returns the WebView for the document that includes this frame. 79 @result The WebFrameView for this frame. 85 @abstract Returns the DOM document of the frame. 86 @description Returns nil if the frame does not contain a DOM document such as a standalone image. 92 @abstract Returns the frame element of the frame [all...] |
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
remove-cache-frame-2.html | 28 applicationCache.onupdateready = function() { log("updateready"); alert("Unexpected onupdateready event in frame") } 29 applicationCache.onerror = function() { log("error"); alert("Unexpected error event in frame") } 30 applicationCache.onnoupdate = function() { log("noupdate"); alert("Unexpected noupdate event in frame") } 31 applicationCache.onobsolete = function() { log("obsolete"); alert("Unexpected obsolete event in frame") }
|
reload-iframe.html | 16 applicationCache.onnoupdate = function() { parent.postMessage("Frame loaded", "*") } 17 applicationCache.oncached = function() { parent.postMessage("Frame loaded", "*") }
|
/external/webkit/LayoutTests/http/tests/appcache/ |
top-frame-3-expected.txt | 1 Test that a subframe with manifest that matches top frame manifest works correctly.
|
top-frame-4-expected.txt | 1 Test that a subframe with manifest that matches top frame manifest works correctly.
|
/external/webkit/WebCore/bindings/js/ |
JSDOMApplicationCacheCustom.cpp | 35 #include "Frame.h" 49 Frame* frame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); local 50 if (!frame) 52 const KURL& url = frame->loader()->completeURL(args.at(0).toString(exec)); 62 Frame* frame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); local 63 if (!frame) 75 Frame* frame = asJSDOMWindow(exec->dynamicGlobalObject())->impl()->frame(); local [all...] |
JSDOMWindowBase.cpp | 30 #include "Frame.h" 84 return String::format("Unsafe JavaScript attempt to access frame with URL %s from frame with URL %s. Domains, protocols and ports must match.\n", 90 printErrorMessageForFrame(impl()->frame(), message); 96 // frame does not destroy it 97 if (Frame *frame = impl()->frame()) 98 frame->keepAlive(); 107 Frame* frame = impl()->frame() [all...] |
JSDocumentCustom.cpp | 24 #include "Frame.h" 63 Frame* frame = static_cast<Document*>(impl())->frame(); local 64 if (!frame) 67 Location* location = frame->domWindow()->location(); 78 Frame* frame = static_cast<Document*>(impl())->frame(); local 79 if (!frame) [all...] |
/external/webkit/WebCore/manual-tests/resources/ |
big-page.html | 1 <p>This page is large enough to need to be scrolled in a 200x200 frame.</p>
|
focused-iframe.html | 3 This frame should get the focus.
|
/external/webkit/WebCore/manual-tests/ |
window-print-subframe.html | 4 <p>This text in the main frame should not be printed.</p>
|
/external/webkit/WebCore/bindings/objc/ |
DOMAbstractView.mm | 35 #import "Frame.h" 39 #define IMPL reinterpret_cast<WebCore::Frame*>(_internal) 58 @implementation DOMAbstractView (Frame) 75 return reinterpret_cast<WebCore::Frame*>(wrapper->_internal)->domWindow(); 84 WebCore::Frame* frame = value->frame(); 85 if (!frame) 87 if (DOMAbstractView *wrapper = getDOMWrapper(frame)) 90 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(frame); [all...] |
/external/webkit/WebCore/platform/mac/ |
ClipboardMac.h | 43 class Frame; 48 static PassRefPtr<ClipboardMac> create(bool forDragging, NSPasteboard *pasteboard, ClipboardAccessPolicy policy, Frame* frame) 50 return adoptRef(new ClipboardMac(forDragging, pasteboard, policy, frame)); 71 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*); 73 virtual void writeRange(Range*, Frame* frame); 74 virtual void writeURL(const KURL&, const String&, Frame* frame); 82 ClipboardMac(bool forDragging, NSPasteboard *, ClipboardAccessPolicy, Frame*); [all...] |
/external/webkit/WebKitTools/DumpRenderTree/win/ |
FrameLoadDelegate.cpp | 74 return (webFrame == mainFrame) ? "main frame" : string(); 76 string frameName = (webFrame == mainFrame) ? "main frame" : "frame"; 129 /* [in] */ IWebFrame* frame) 132 printf("%s - didStartProvisionalLoadForFrame\n", descriptionSuitableForTestResult(frame).c_str()); 137 topLoadingFrame = frame; 144 /* [in] */ IWebFrame *frame) 147 printf("%s - didReceiveServerRedirectForProvisionalLoadForFrame\n", descriptionSuitableForTestResult(frame).c_str()); 155 /* [in] */ IWebFrame *frame) 158 printf("%s - didFailProvisionalLoadWithError\n", descriptionSuitableForTestResult(frame).c_str()) [all...] |
/external/guava/javadoc/ |
index.html | 25 <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> 26 <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> 31 Frame Alert</H2> 34 This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. 36 Link to<A HREF="overview-summary.html">Non-frame version.</A>
|
/external/iptables/extensions/ |
libip6t_eui64.man | 2 It compares the EUI-64 derived from the source MAC address in Ethernet frame 4 bit is not compared. This module doesn't match other link layer frame, and
|
/external/webkit/WebCore/html/ |
HTMLFrameOwnerElement.cpp | 25 #include "Frame.h" 44 if (Frame* frame = contentFrame()) { 45 frame->disconnectOwnerElement(); 46 frame->loader()->frameDetached(); 75 if (Frame* frame = contentFrame()) 76 frame->loader()->ownerElementSandboxFlagsChanged();
|
/external/webkit/WebCore/page/ |
BarInfo.h | 37 class Frame; 43 static PassRefPtr<BarInfo> create(Frame* frame, Type type) { return adoptRef(new BarInfo(frame, type)); } 45 Frame* frame() const; 53 BarInfo(Frame*, Type); 54 Frame* m_frame;
|
History.h | 35 class Frame; 42 static PassRefPtr<History> create(Frame* frame) { return adoptRef(new History(frame)); } 44 Frame* frame() const; 59 History(Frame*); 63 Frame* m_frame;
|
Location.h | 37 class Frame; 43 static PassRefPtr<Location> create(Frame* frame) { return adoptRef(new Location(frame)); } 45 Frame* frame() const { return m_frame; } function in class:WebCore::Location 62 Location(Frame*); 66 Frame* m_frame;
|
Screen.h | 38 class Frame; 42 static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); } 44 Frame* frame() const; 57 Screen(Frame*); 59 Frame* m_frame;
|