Searched +defs:frame +defs:root +defs:window (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp220 JSDOMWindow* window = toJSDOMWindow(frame, mainThreadNormalWorld()); local
221 JSC::Bindings::RootObject* root; local
367 kit(const Frame* frame) argument
428 isCoreFrameClear(WebCore::Frame* frame) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorInstrumentation.h526 inline void InspectorInstrumentation::didClearWindowObjectInWorld(Frame* frame, DOMWrapperWorld* world) argument
537 inline bool InspectorInstrumentation::isDebuggerPaused(Frame* frame) argument
640 inline void InspectorInstrumentation::frameWindowDiscarded(Frame* frame, DOMWindow* domWindow) argument
662 didPushShadowRoot(Element* host, ShadowRoot* root) argument
674 willPopShadowRoot(Element* host, ShadowRoot* root) argument
885 willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath) argument
936 willDispatchEventOnWindow(Frame* frame, const Event& event, DOMWindow* window) argument
961 willEvaluateScript(Frame* frame, const String& url, int lineNumber) argument
998 didCreateIsolatedContext(Frame* frame, ScriptState* scriptState, SecurityOrigin* origin) argument
1035 didInvalidateLayout(Frame* frame) argument
1046 willLayout(Frame* frame) argument
1058 didLayout(const InspectorInstrumentationCookie& cookie, RenderObject* root) argument
1129 willScrollLayer(Frame* frame) argument
1140 didScrollLayer(Frame* frame) argument
1239 applyUserAgentOverride(Frame* frame, String* userAgent) argument
1251 applyScreenWidthOverride(Frame* frame, long* width) argument
1263 applyScreenHeightOverride(Frame* frame, long* height) argument
1275 shouldApplyScreenWidthOverride(Frame* frame) argument
1287 applyEmulatedMedia(Frame* frame, String* media) argument
1299 shouldApplyScreenHeightOverride(Frame* frame) argument
1311 willSendRequest(Frame* frame, unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& redirectResponse) argument
1325 continueAfterPingLoader(Frame* frame, unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& response) argument
1362 willReceiveResourceData(Frame* frame, unsigned long identifier, int length) argument
1387 willReceiveResourceResponse(Frame* frame, unsigned long identifier, const ResourceResponse& response) argument
1415 continueAfterXFrameOptionsDenied(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
1428 continueWithPolicyDownload(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
1441 continueWithPolicyIgnore(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
1454 didReceiveData(Frame* frame, unsigned long identifier, const char* data, int dataLength, int encodedDataLength) argument
1468 didFinishLoading(Frame* frame, DocumentLoader* loader, unsigned long identifier, double finishTime) argument
1481 didFailLoading(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceError& error) argument
1616 domContentLoadedEventFired(Frame* frame) argument
1626 loadEventFired(Frame* frame) argument
1636 frameDetachedFromParent(Frame* frame) argument
1646 didCommitLoad(Frame* frame, DocumentLoader* loader) argument
1657 frameDocumentUpdated(Frame* frame) argument
1668 loaderDetachedFromFrame(Frame* frame, DocumentLoader* loader) argument
1679 frameStartedLoading(Frame* frame) argument
1689 frameStoppedLoading(Frame* frame) argument
1699 frameScheduledNavigation(Frame* frame, double delay) argument
1710 frameClearedScheduledNavigation(Frame* frame) argument
1883 didReceiveWebSocketFrame(Document* document, unsigned long identifier, const WebSocketFrame& frame) argument
1905 didSendWebSocketFrame(Document* document, unsigned long identifier, const WebSocketFrame& frame) argument
1929 updateApplicationCacheStatus(Frame* frame) argument
2067 instrumentingAgentsForFrame(Frame* frame) argument
[all...]
H A DInspectorInstrumentation.cpp99 static bool eventHasListeners(const AtomicString& eventType, DOMWindow* window, Node* node, const EventPath& eventPath) argument
117 Frame* frame = 0; local
154 void InspectorInstrumentation::didClearWindowObjectInWorldImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, DOMWrapperWorld* world) argument
250 frameWindowDiscardedImpl(InstrumentingAgents* instrumentingAgents, DOMWindow* window) argument
262 didPushShadowRootImpl(InstrumentingAgents* instrumentingAgents, Element* host, ShadowRoot* root) argument
268 willPopShadowRootImpl(InstrumentingAgents* instrumentingAgents, Element* host, ShadowRoot* root) argument
339 didScheduleResourceRequestImpl(InstrumentingAgents* instrumentingAgents, const String& url, Frame* frame) argument
392 willDispatchEventImpl(InstrumentingAgents* instrumentingAgents, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath, Document* document) argument
420 willDispatchEventOnWindowImpl(InstrumentingAgents* instrumentingAgents, const Event& event, DOMWindow* window) argument
437 willEvaluateScriptImpl(InstrumentingAgents* instrumentingAgents, const String& url, int lineNumber, Frame* frame) argument
459 didCreateIsolatedContextImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, ScriptState* scriptState, SecurityOrigin* origin) argument
485 didInvalidateLayoutImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
491 willLayoutImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
501 didLayoutImpl(const InspectorInstrumentationCookie& cookie, RenderObject* root) argument
541 willScrollLayerImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
553 willRecalculateStyleImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
692 willReceiveResourceDataImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, Frame* frame, int length) argument
708 willReceiveResourceResponseImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, const ResourceResponse& response, Frame* frame) argument
732 didReceiveResourceResponseButCanceledImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
738 continueAfterXFrameOptionsDeniedImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
743 continueWithPolicyDownloadImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
748 continueWithPolicyIgnoreImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
851 domContentLoadedEventFiredImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
869 loadEventFiredImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
884 frameDetachedFromParentImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
931 frameDocumentUpdatedImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
947 frameStartedLoadingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
953 frameStoppedLoadingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
959 frameScheduledNavigationImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, double delay) argument
965 frameClearedScheduledNavigationImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
996 willWriteHTMLImpl(InstrumentingAgents* instrumentingAgents, unsigned startLine, Frame* frame) argument
1045 startConsoleTimingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, const String& title) argument
1053 stopConsoleTimingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, const String& title, PassRefPtr<ScriptCallStack> stack) argument
1061 consoleTimeStampImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, PassRefPtr<ScriptArguments> arguments) argument
1187 didReceiveWebSocketFrameImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, const WebSocketFrame& frame) argument
1197 didSendWebSocketFrameImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, const WebSocketFrame& frame) argument
1210 updateApplicationCacheStatusImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
1258 didRequestAnimationFrameImpl(InstrumentingAgents* instrumentingAgents, int callbackId, Frame* frame) argument
1266 didCancelAnimationFrameImpl(InstrumentingAgents* instrumentingAgents, int callbackId, Frame* frame) argument
1274 willFireAnimationFrameImpl(InstrumentingAgents* instrumentingAgents, int callbackId, Frame* frame) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxmenu.c244 Lisp_Object tail, frame; local
741 Window root, dummy_window; local
827 Lisp_Object x, y, window; variable
925 CHECK_LIVE_WINDOW (window); variable
934 CHECK_WINDOW (window); variable
1070 Lisp_Object window; variable
1119 CHECK_LIVE_WINDOW (window); variable
1125 CHECK_WINDOW (window); variable
1131 Lisp_Object x, y, frame, newpos; variable
1316 Lisp_Object frame; variable
1395 Lisp_Object frame; variable
1540 Lisp_Object frame; local
1665 Lisp_Object frame; local
3488 Window root; local
3512 XGetGeometry (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), &root, local
[all...]
H A Dxselect.c635 Window window; member in struct:prop_location
670 Lisp_Object list, frame; local
695 Window window = SELECTION_EVENT_REQUESTOR (event); local
751 Lisp_Object frame; local
1110 Lisp_Object frame; local
1392 Lisp_Object frame; local
2357 Window window; variable
2400 Window window; variable
2462 Window window; variable
2612 Window root, dummy_window; local
2653 Lisp_Object value, frame; variable
2694 Lisp_Object atom, frame; variable
2739 Lisp_Object frame; local
[all...]
H A Ddispnew.c2128 struct window *root = XWINDOW (sf->root_window); local
2612 Lisp_Object tail, frame; local
3232 struct window *root = XWINDOW (FRAME_ROOT_WINDOW (f)); local
3382 Lisp_Object frame; variable
3386 CHECK_LIVE_FRAME (frame); variable
3419 Lisp_Object frame; local
3429 Lisp_Object tail, frame; variable
3445 Lisp_Object tail, frame; local
6188 Lisp_Object tail, frame; local
6219 Lisp_Object tail, frame; local
6251 Lisp_Object tail, frame; local
6639 Lisp_Object state, tail, frame, buf; variable
6955 Lisp_Object window, show; variable
6964 CHECK_WINDOW (window); variable
6978 Lisp_Object window; variable
6985 CHECK_WINDOW (window); variable
[all...]
H A Dwindow.c310 Lisp_Object frame; variable
314 CHECK_LIVE_FRAME (frame); variable
322 Lisp_Object window; variable
347 Lisp_Object pos, window, partially; variable
416 Lisp_Object line, window; variable
534 Lisp_Object window; variable
543 Lisp_Object window; variable
554 Lisp_Object window; variable
563 Lisp_Object window; variable
575 Lisp_Object window, ncol; variable
597 Lisp_Object window; variable
611 register Lisp_Object window, value; variable
629 Lisp_Object window; variable
649 Lisp_Object window; variable
668 Lisp_Object window; variable
692 Lisp_Object window; variable
934 register Lisp_Object coordinates, window; variable
941 CHECK_WINDOW (window); variable
1005 Lisp_Object *window; member in struct:check_window_data
1058 Lisp_Object window; local
1094 Lisp_Object x, y, frame; variable
1100 CHECK_LIVE_FRAME (frame); variable
1128 Lisp_Object window; variable
1143 Lisp_Object window; variable
1170 Lisp_Object window, update; variable
1239 Lisp_Object window, pos; variable
1264 Lisp_Object window, pos, noforce; variable
1288 Lisp_Object window; variable
1301 Lisp_Object window, arg; variable
1315 Lisp_Object window; variable
1349 register Lisp_Object window, table; variable
1466 register Lisp_Object window; variable
1468 delete_window (window); variable
1701 Lisp_Object window; local
1943 Lisp_Object window, minibuf, all_frames; variable
1976 Lisp_Object window, minibuf, all_frames; variable
1991 Lisp_Object window; variable
2016 Lisp_Object frame, minibuf, window; variable
2020 CHECK_WINDOW (window); variable
2089 Lisp_Object window, windows, best_window, frame_arg; local
2263 Lisp_Object window; local
2329 Lisp_Object frame, dedicated; variable
2355 Lisp_Object frame, dedicated; variable
2370 Lisp_Object buffer, frame; variable
2390 Lisp_Object window; variable
2399 CHECK_LIVE_WINDOW (window); variable
2454 Lisp_Object buffer, frame; variable
2498 Lisp_Object tail, frame; local
3373 register Lisp_Object window, buffer, keep_margins; variable
3415 register Lisp_Object window, norecord; variable
3421 CHECK_LIVE_WINDOW (window); variable
3503 Lisp_Object frame = XWINDOW (window)->frame; local
3635 register Lisp_Object buffer, not_this_window, frame; variable
3637 register Lisp_Object window, tem, swp; variable
3860 register Lisp_Object window; local
3962 Lisp_Object window, size, horflag; variable
3972 CHECK_LIVE_WINDOW (window); variable
4011 make_dummy_parent (window); variable
4027 make_dummy_parent (window); variable
4578 Lisp_Object window, delta, horizontal; variable
4757 struct window *root; local
4808 struct window *root = XWINDOW (FRAME_ROOT_WINDOW (f)); local
4821 Lisp_Object window; local
5331 Fvertical_motion (make_number (n), window); local
5369 Fvertical_motion (make_number (original_vpos), window); local
5380 Fvertical_motion (make_number (this_scroll_margin), window); local
5391 Fvertical_motion (make_number (original_vpos), window); local
5416 Fvertical_motion (make_number (original_vpos), window); local
5509 Lisp_Object window; variable
5536 CHECK_LIVE_WINDOW (window); variable
5560 Lisp_Object window; variable
5914 Lisp_Object window; variable
5935 Lisp_Object window; variable
6024 Lisp_Object window; member in struct:saved_window
6078 Lisp_Object frame; variable
6596 Lisp_Object frame; variable
6607 CHECK_LIVE_FRAME (frame); variable
6721 Lisp_Object frame; variable
6728 CHECK_FRAME (frame); variable
6751 Lisp_Object window, left_width, right_width; variable
6796 Lisp_Object window; variable
6822 Lisp_Object window, left_width, right_width, outside_margins; variable
6860 Lisp_Object window; variable
6888 Lisp_Object window, width, vertical_type, horizontal_type; variable
6933 Lisp_Object window; variable
6956 Lisp_Object window, pixels_p; variable
6965 CHECK_WINDOW (window); variable
6990 Lisp_Object window, vscroll, pixels_p; variable
6998 CHECK_WINDOW (window); variable
[all...]
H A Dxfns.c296 Lisp_Object tail, frame; local
346 Lisp_Object tail, frame; local
402 Lisp_Object tail, frame; local
450 Lisp_Object tail, frame; local
497 Lisp_Object tail, frame; local
922 Window window = SCROLL_BAR_X_WINDOW (XSCROLL_BAR (bar)); local
2131 Lisp_Object rest, frame; local
2200 Lisp_Object rest, frame; local
3059 Lisp_Object frame, tem; variable
3499 Lisp_Object frame; variable
3518 Lisp_Object color, frame; variable
3534 Lisp_Object color, frame; variable
4218 Lisp_Object prop, value, frame, type, format, outer_p; variable
4297 Lisp_Object prop, frame; variable
4329 Lisp_Object prop, frame, type, source, delete_p, vector_ret_p; variable
4541 Lisp_Object rest, frame; local
4600 Lisp_Object rest, frame; local
4688 Lisp_Object frame, tem; local
4998 Window root, child; local
5070 Lisp_Object string, frame, parms, timeout, dx, dy; variable
5261 Lisp_Object deleted, frame, timer; variable
5633 Lisp_Object frame; variable
[all...]
H A Dmsdos.c299 Lisp_Object frame, tail; local
696 Lisp_Object window = dpyinfo->mouse_face_window; local
1487 Lisp_Object window; local
2279 Lisp_Object frame; variable
2283 CHECK_FRAME (frame); variable
2374 Lisp_Object prop, val, frame; local
2464 Lisp_Object frame; local
4400 char *s, *t, *root; local
[all...]
H A Dxterm.c383 Lisp_Object rest, frame; local
701 Window window = FRAME_X_WINDOW (f); local
2034 Window window = FRAME_X_WINDOW (f); local
3278 struct frame *frame; local
3703 Window root; local
3709 Lisp_Object frame, tail; local
3895 Lisp_Object frame, bar, condemned; local
3936 Lisp_Object frame = XCAR (tail); local
4121 Lisp_Object window; local
4744 Window window; local
6617 Lisp_Object window; local
6759 Lisp_Object window; local
6934 Lisp_Object frame; local
7271 Window window = FRAME_X_WINDOW (f); local
7713 Lisp_Object frame, tail; local
8009 Lisp_Object frame, tail; local
8109 Lisp_Object tail, frame; local
8439 Lisp_Object frame; local
8956 Lisp_Object frame; local
9064 Window window; local
9432 Window window = FRAME_OUTER_WINDOW (f); local
9554 XSetWMNormalHints (FRAME_X_DISPLAY (f), window, &size_hints); local
9556 XSetNormalHints (FRAME_X_DISPLAY (f), window, &size_hints); local
9591 Window window = FRAME_OUTER_WINDOW (f); local
9638 XSetWMHints (FRAME_X_DISPLAY (f), window, &f->output_data.x->wm_hints); local
9648 Window window = FRAME_OUTER_WINDOW (f); local
9654 XSetWMHints (FRAME_X_DISPLAY (f), window, &f->output_data.x->wm_hints); local
[all...]
H A Dxdisp.c2086 Lisp_Object window; local
2813 Lisp_Object prop, window; local
4715 Lisp_Object overlay, window, str, invisible; local
7602 Lisp_Object frame; local
8147 Lisp_Object window; local
8258 struct window *root = XWINDOW (FRAME_ROOT_WINDOW (f)); local
8655 Lisp_Object tail, frame; local
9052 Lisp_Object tail, frame; local
9071 Lisp_Object tail, frame; local
9100 call1 (XCAR (functions), frame); local
9156 Lisp_Object window; local
9377 Lisp_Object window; local
9795 Lisp_Object frame; variable
9804 CHECK_FRAME (frame); variable
9867 Lisp_Object frame; local
9959 Lisp_Object frame; local
10114 Lisp_Object key, frame; local
10149 Lisp_Object window = f->tool_bar_window; local
10893 Lisp_Object tail, frame; local
10940 Lisp_Object tail, frame; local
11303 Lisp_Object tail, frame; local
11496 Lisp_Object tail, frame; local
11536 Lisp_Object tail, frame; local
17326 Lisp_Object format, face, window, buffer; variable
17340 CHECK_WINDOW (window); variable
22698 Lisp_Object window; local
23223 Lisp_Object window; local
23241 Lisp_Object window; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dido.el[all...]
H A Dsimple.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp294 Frame* Internals::frame() const function in class:WebCore::Internals
642 shadowRootType(const Node* root, ExceptionCode& ec) const argument
1276 Frame* frame = document->frame(); local
1521 DOMWindow* window = page->mainFrame()->document()->domWindow(); local
1588 Frame* frame = document->frame(); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debrowse.el[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp538 Evas_Object* frame = ewk_view_frame_focused_get(smartData->self); local
548 Evas_Object* frame = ewk_view_frame_focused_get(smartData->self); local
3022 ewk_view_load_document_finished(Evas_Object* ewkView, Evas_Object* frame) argument
3052 Evas_Object* frame = ewk_view_frame_main_get(ewkView); local
3108 ewk_view_onload_event(Evas_Object* ewkView, Evas_Object* frame) argument
3141 Evas_Object* frame = ewk_view_frame_main_get(ewkView); local
3201 ewk_view_restore_state(Evas_Object* ewkView, Evas_Object* frame) argument
3490 ewk_view_run_javascript_alert(Evas_Object* ewkView, Evas_Object* frame, const char* message) argument
3502 ewk_view_run_javascript_confirm(Evas_Object* ewkView, Evas_Object* frame, const char* message) argument
3514 ewk_view_run_before_unload_confirm(Evas_Object* ewkView, Evas_Object* frame, const char* message) argument
3526 ewk_view_run_javascript_prompt(Evas_Object* ewkView, Evas_Object* frame, const char* message, const char* defaultValue, const char** value) argument
3599 ewk_view_exceeded_database_quota(Evas_Object* ewkView, Evas_Object* frame, const char* databaseName, uint64_t currentSize, uint64_t expectedSize) argument
3623 ewk_view_run_open_panel(Evas_Object* ewkView, Evas_Object* frame, Ewk_File_Chooser* fileChooser, Eina_List** selectedFilenames) argument
3674 ewk_view_frame_create(Evas_Object* ewkView, Evas_Object* frame, const WTF::String& name, WebCore::HTMLFrameOwnerElement* ownerElement, const WebCore::KURL& url, const WTF::String& referrer) argument
3705 ewk_view_plugin_create(Evas_Object* ewkView, Evas_Object* frame, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually) argument
3903 ewk_view_js_window_object_clear(Evas_Object* ewkView, Evas_Object* frame) argument
4096 WebCore::JSDOMWindow* window = toJSDOMWindow(priv->mainFrame, WebCore::mainThreadNormalWorld()); local
4098 JSC::Bindings::RootObject* root; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp345 Node* root = node->rootEditableElement(); local
346 Frame* frame = node->document()->frame(); local
381 static void printNavigationErrorMessage(Frame* frame, const KURL& activeURL, const char* reason) argument
395 Document(Frame* frame, const KURL& url, unsigned documentClasses) argument
1667 createNodeIterator(Node* root, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences, ExceptionCode& ec) argument
1677 createTreeWalker(Node* root, unsigned whatToShow, PassRefPtr<NodeFilter> filter, bool expandEntityReferences, ExceptionCode& ec) argument
2823 Frame* frame = this->frame(); local
4176 Frame* frame = document->frame(); local
5533 createTouch(DOMWindow* window, EventTarget* target, int identifier, int pageX, int pageY, int screenX, int screenY, int radiusX, int radiusY, float rotationAngle, float force, ExceptionCode&) const argument
5539 Frame* frame = window ? window->frame() : this->frame(); local
[all...]

Completed in 317 milliseconds