/external/quake/quake/src/QW/client/ |
sbar.h | 34 // called every frame by screen 37 // called each frame after the level has been completed
|
/external/quake/quake/src/WinQuake/ |
sbar.h | 34 // called every frame by screen
37 // called each frame after the level has been completed
|
/external/v8/test/mjsunit/ |
debug-evaluate-recursive.js | 77 assertEquals(1, exec_state.frame(0).evaluate('f()', true).value()); 78 assertEquals(2, exec_state.frame(0).evaluate('g()', true).value()); 83 testRequest(exec_state, '{"expression":"f()","frame":0}', true, 1); 85 testRequest(exec_state, '{"expression":"g()","frame":0}', true, 2); 90 testRequest(exec_state, '{"expression":"f()","frame":0,"disable_break":true}', 93 testRequest(exec_state, '{"expression":"g()","frame":0,"disable_break":true}', 117 assertEquals(1, exec_state.frame(0).evaluate('f()', false).value()); 123 assertEquals(1, exec_state.frame(0).evaluate('f()', true).value());
|
/external/webkit/LayoutTests/http/tests/appcache/ |
main-resource-hash.html | 31 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#bar"); 46 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#foo");
|
top-frame-1.html | 3 <p>Test that a subframe without manifest doesn't pick an application cache from parent frame 5 <p>Techically, the check is that iframe subresources that are not in top frame cache are loaded
|
top-frame-3.html | 3 <p>Test that a subframe with manifest that matches top frame manifest works correctly.</p> 37 // Add an identical frame, to test that loading its resources from appcache works.
|
top-frame-4.html | 3 <p>Test that a subframe with manifest that matches top frame manifest works correctly.</p> 37 // Add an identical frame, to test that loading its resources from appcache works.
|
/external/webkit/WebCore/bindings/js/ |
JSDOMBinding.cpp | 32 #include "Frame.h" 727 return node && allowsAccessFromFrame(exec, node->document()->frame()); 730 bool allowsAccessFromFrame(ExecState* exec, Frame* frame) 732 if (!frame) 734 JSDOMWindow* window = toJSDOMWindow(frame, currentWorld(exec)); 738 bool allowsAccessFromFrame(ExecState* exec, Frame* frame, String& message) 740 if (!frame) 742 JSDOMWindow* window = toJSDOMWindow(frame, currentWorld(exec)) 780 Frame* frame = toDynamicFrame(exec); local 787 Frame* frame = toDynamicFrame(exec); local [all...] |
/external/webkit/WebCore/bindings/objc/ |
DOMInternal.mm | 30 #import "Frame.h" 109 WebCore::Frame *frame = 0; 111 frame = document->frame(); 112 if (!frame) 116 WebCore::JSDOMGlobalObject* globalObject = frame->script()->globalObject(WebCore::mainThreadNormalWorld()); 122 JSC::Bindings::RootObject* rootObject = frame->script()->bindingRootObject();
|
/external/webkit/WebCore/html/ |
HTMLPlugInElement.cpp | 28 #include "Frame.h" 75 Frame* frame = document()->frame(); local 76 if (!frame) 86 m_instance = frame->script()->createScriptInstanceForWidget(renderWidget->widget()); 167 ASSERT(document()->frame()); 169 m_NPObject = document()->frame()->script()->createScriptObjectForPluginElement(this);
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheGroup.h | 48 class Frame; 65 static void selectCache(Frame*, const KURL& manifestURL); 66 static void selectCacheWithoutManifestURL(Frame*); 75 void update(Frame*, ApplicationCacheUpdateOption); // FIXME: Frame should not bee needed when updating witout browsing context. 151 // Frame used for fetching resources when updating. 152 // FIXME: An update started by a particular frame should not stop if it is destroyed, but there are other frames associated with the same cache group. 153 Frame* m_frame;
|
/external/webkit/WebCore/loader/icon/ |
IconFetcher.cpp | 29 #include "Frame.h" 101 PassRefPtr<IconFetcher> IconFetcher::create(Frame* frame, IconFetcherClient* client) 103 Document* document = frame->document(); 132 RefPtr<IconFetcher> iconFetcher = adoptRef(new IconFetcher(frame, client)); 144 IconFetcher::IconFetcher(Frame* frame, IconFetcherClient* client) 145 : m_frame(frame)
|
/external/webkit/WebCore/manual-tests/ |
onbeforeunload-focused-iframe.html | 7 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=27481">27481</a> onbeforeunload not called at window close + frame or iframe focused</p> 11 <li>Close this browser window while the inner frame has focus.
|
remove-input-file-onchange.html | 15 <p><b>BUG ID:</b> <a href="rdar://problem/4621649">4621649</a> repro crash: Upload link causes crash on pages.google.com in Frame::nodeForWidget</p> 28 Safari will crash in WebCore::Frame::nodeForWidget.
|
subview-click-assertion.html | 22 <iframe id="frame"></iframe> 24 var win = window['frame'];
|
/external/webkit/WebCore/page/ |
PageGroupLoadDeferrer.h | 28 class Frame; 37 Vector<RefPtr<Frame>, 16> m_deferredFrames;
|
/external/webkit/WebCore/page/brew/ |
FrameBrew.cpp | 26 #include "Frame.h" 32 DragImageRef Frame::dragImageForSelection()
|
/external/webkit/WebCore/page/chromium/ |
EventHandlerChromium.cpp | 36 #include "Frame.h" 55 bool EventHandler::passMousePressEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe) 57 // If we're clicking into a frame that is selected, the frame will appear 59 // really strange (having the whole frame be greyed out), so we deselect the 74 bool EventHandler::passMouseMoveEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe, HitTestResult* hoveredNode) 82 bool EventHandler::passMouseReleaseEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe) 100 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
|
/external/webkit/WebCore/page/gtk/ |
FrameGtk.cpp | 25 #include "Frame.h" 31 DragImageRef Frame::dragImageForSelection()
|
/external/webkit/WebCore/page/haiku/ |
FrameHaiku.cpp | 29 #include "Frame.h" 36 DragImageRef Frame::dragImageForSelection()
|
/external/webkit/WebCore/page/qt/ |
FrameQt.cpp | 25 #include "Frame.h" 29 DragImageRef Frame::dragImageForSelection()
|
/external/webkit/WebCore/page/wx/ |
FrameWx.cpp | 27 #include "Frame.h" 32 DragImageRef Frame::dragImageForSelection()
|
/external/webkit/WebCore/platform/mac/ |
PopupMenuMac.mm | 26 #import "Frame.h" 156 RefPtr<Frame> frame = v->frame(); 157 NSEvent* event = [frame->eventHandler()->currentNSEvent() retain]; 165 if (Page* page = frame->page()) 183 // Give the frame a chance to fix up its event state, since the popup eats all the 185 frame->eventHandler()->sendFakeEventsAfterWidgetTracking(event);
|
/external/webkit/WebKit/mac/WebView/ |
WebViewInternal.h | 40 class Frame; 67 - (WebCore::Frame*)_mainCoreFrame; 115 - (void)_didStartProvisionalLoadForFrame:(WebFrame *)frame; 132 - (void)_progressCompleted:(WebFrame *)frame; 133 - (void)_didCommitLoadForFrame:(WebFrame *)frame; 134 - (void)_didFinishLoadForFrame:(WebFrame *)frame; 135 - (void)_didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame; 136 - (void)_didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
bssTypes.h | 59 * \brief Type of result frame 62 * Enumerates the different types for a result frame 68 /* 0 */ SCAN_RFT_BEACON, /**< Result frame is a beacon */ 69 /* 1 */ SCAN_RFT_PROBE_RESPONSE /**< Result frame is a probe response */ 91 TI_UINT64 lastRxTSF; /**< TSF of last received frame */ 97 resultFrameType_e resultType; /**< The type of frame in pBuffer */ 104 TI_UINT8 rxRate; /**< Rate at which last frame was received */ 106 * the host timestamp (in milliseconds) at which last frame
|