Searched +refs:frame +refs:parameter (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflateFramer.cpp66 : WebSocketExtensionProcessor("x-webkit-deflate-frame")
75 return extensionToken(); // No parameter
82 m_failureReason = "Received duplicate deflate-frame response";
89 HashMap<String, String>::const_iterator parameter = serverParameters.find("max_window_bits"); local
90 if (parameter != serverParameters.end()) {
91 windowBits = parameter->value.toInt();
93 m_failureReason = "Received invalid max_window_bits parameter";
100 parameter = serverParameters.find("no_context_takeover");
101 if (parameter != serverParameters.end()) {
102 if (!parameter
192 deflate(WebSocketFrame& frame) argument
219 inflate(WebSocketFrame& frame) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditorCommand.cpp91 static Frame* targetFrame(Frame& frame, Event* event) argument
94 return &frame;
97 return &frame;
98 return node->document().frame();
101 static bool applyCommandToFrame(Frame& frame, EditorCommandSource source, EditAction action, StyleProperties* style) argument
106 frame.editor().applyStyleToSelection(style, action);
110 frame.editor().applyStyle(style);
117 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
121 return applyCommandToFrame(frame, source, action, style.get());
124 static bool executeApplyStyle(Frame& frame, EditorCommandSourc argument
134 executeToggleStyleInList(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValue* value) argument
158 executeToggleStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue) argument
174 executeApplyParagraphStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
192 executeInsertFragment(Frame& frame, PassRefPtr<DocumentFragment> fragment) argument
199 executeInsertNode(Frame& frame, PassRefPtr<Node> content) argument
209 expandSelectionToGranularity(Frame& frame, TextGranularity granularity) argument
226 stateStyle(Frame& frame, CSSPropertyID propertyID, const char* desiredValue) argument
233 valueStyle(Frame& frame, CSSPropertyID propertyID) argument
240 stateTextWritingDirection(Frame& frame, WritingDirection direction) argument
249 verticalScrollDistance(Frame& frame) argument
274 executeBackColor(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
279 executeCopy(Frame& frame, Event*, EditorCommandSource, const String&) argument
285 executeCreateLink(Frame& frame, Event*, EditorCommandSource, const String& value) argument
295 executeCut(Frame& frame, Event*, EditorCommandSource source, const String&) argument
306 executeClearText(Frame& frame, Event*, EditorCommandSource, const String&) argument
313 executeDefaultParagraphSeparator(Frame& frame, Event*, EditorCommandSource, const String& value) argument
323 executeDelete(Frame& frame, Event*, EditorCommandSource source, const String&) argument
343 executeDeleteBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
349 executeDeleteBackwardByDecomposingPreviousCharacter(Frame& frame, Event*, EditorCommandSource, const String&) argument
356 executeDeleteForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
362 executeDeleteToBeginningOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
368 executeDeleteToBeginningOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
374 executeDeleteToEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
382 executeDeleteToEndOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
390 executeDeleteToMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
405 executeDeleteWordBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
411 executeDeleteWordForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
417 executeFindString(Frame& frame, Event*, EditorCommandSource, const String& value) argument
422 executeFontName(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
427 executeFontSize(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
435 executeFontSizeDelta(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
440 executeForeColor(Frame& frame, Event*, EditorCommandSource source, const String& value) argument
445 executeFormatBlock(Frame& frame, Event*, EditorCommandSource, const String& value) argument
462 executeForwardDelete(Frame& frame, Event*, EditorCommandSource source, const String&) argument
480 executeIgnoreSpelling(Frame& frame, Event*, EditorCommandSource, const String&) argument
486 executeIndent(Frame& frame, Event*, EditorCommandSource, const String&) argument
493 executeInsertBacktab(Frame& frame, Event* event, EditorCommandSource, const String&) argument
498 executeInsertHorizontalRule(Frame& frame, Event*, EditorCommandSource, const String& value) argument
506 executeInsertHTML(Frame& frame, Event*, EditorCommandSource, const String& value) argument
511 executeInsertImage(Frame& frame, Event*, EditorCommandSource, const String& value) argument
519 executeInsertLineBreak(Frame& frame, Event* event, EditorCommandSource source, const String&) argument
536 executeInsertNewline(Frame& frame, Event* event, EditorCommandSource, const String&) argument
542 executeInsertNewlineInQuotedContent(Frame& frame, Event*, EditorCommandSource, const String&) argument
548 executeInsertOrderedList(Frame& frame, Event*, EditorCommandSource, const String&) argument
555 executeInsertParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
561 executeInsertTab(Frame& frame, Event* event, EditorCommandSource, const String&) argument
566 executeInsertText(Frame& frame, Event*, EditorCommandSource, const String& value) argument
572 executeInsertUnorderedList(Frame& frame, Event*, EditorCommandSource, const String&) argument
579 executeJustifyCenter(Frame& frame, Event*, EditorCommandSource source, const String&) argument
584 executeJustifyFull(Frame& frame, Event*, EditorCommandSource source, const String&) argument
589 executeJustifyLeft(Frame& frame, Event*, EditorCommandSource source, const String&) argument
594 executeJustifyRight(Frame& frame, Event*, EditorCommandSource source, const String&) argument
599 executeMakeTextWritingDirectionLeftToRight(Frame& frame, Event*, EditorCommandSource, const String&) argument
608 executeMakeTextWritingDirectionNatural(Frame& frame, Event*, EditorCommandSource, const String&) argument
616 executeMakeTextWritingDirectionRightToLeft(Frame& frame, Event*, EditorCommandSource, const String&) argument
625 executeMoveBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
631 executeMoveBackwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
637 executeMoveDown(Frame& frame, Event*, EditorCommandSource, const String&) argument
642 executeMoveDownAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
648 executeMoveForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
654 executeMoveForwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
660 executeMoveLeft(Frame& frame, Event*, EditorCommandSource, const String&) argument
665 executeMoveLeftAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
671 executeMovePageDown(Frame& frame, Event*, EditorCommandSource, const String&) argument
680 executeMovePageDownAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
689 executeMovePageUp(Frame& frame, Event*, EditorCommandSource, const String&) argument
698 executeMovePageUpAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
707 executeMoveRight(Frame& frame, Event*, EditorCommandSource, const String&) argument
712 executeMoveRightAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
718 executeMoveToBeginningOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
724 executeMoveToBeginningOfDocumentAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
730 executeMoveToBeginningOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
736 executeMoveToBeginningOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
742 executeMoveToBeginningOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
748 executeMoveToBeginningOfParagraphAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
754 executeMoveToBeginningOfSentence(Frame& frame, Event*, EditorCommandSource, const String&) argument
760 executeMoveToBeginningOfSentenceAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
766 executeMoveToEndOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
772 executeMoveToEndOfDocumentAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
778 executeMoveToEndOfSentence(Frame& frame, Event*, EditorCommandSource, const String&) argument
784 executeMoveToEndOfSentenceAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
790 executeMoveToEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
796 executeMoveToEndOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
802 executeMoveToEndOfParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
808 executeMoveToEndOfParagraphAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
814 executeMoveParagraphBackwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
820 executeMoveParagraphForwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
826 executeMoveUp(Frame& frame, Event*, EditorCommandSource, const String&) argument
831 executeMoveUpAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
837 executeMoveWordBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
843 executeMoveWordBackwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
849 executeMoveWordForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
855 executeMoveWordForwardAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
861 executeMoveWordLeft(Frame& frame, Event*, EditorCommandSource, const String&) argument
867 executeMoveWordLeftAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
873 executeMoveWordRight(Frame& frame, Event*, EditorCommandSource, const String&) argument
879 executeMoveWordRightAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
885 executeMoveToLeftEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
891 executeMoveToLeftEndOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
897 executeMoveToRightEndOfLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
903 executeMoveToRightEndOfLineAndModifySelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
909 executeOutdent(Frame& frame, Event*, EditorCommandSource, const String&) argument
916 executeToggleOverwrite(Frame& frame, Event*, EditorCommandSource, const String&) argument
922 executePaste(Frame& frame, Event*, EditorCommandSource source, const String&) argument
934 executePasteGlobalSelection(Frame& frame, Event*, EditorCommandSource source, const String&) argument
948 executePasteAndMatchStyle(Frame& frame, Event*, EditorCommandSource source, const String&) argument
958 executePasteAsPlainText(Frame& frame, Event*, EditorCommandSource source, const String&) argument
968 executePrint(Frame& frame, Event*, EditorCommandSource, const String&) argument
977 executeRedo(Frame& frame, Event*, EditorCommandSource, const String&) argument
983 executeRemoveFormat(Frame& frame, Event*, EditorCommandSource, const String&) argument
989 executeScrollPageBackward(Frame& frame, Event*, EditorCommandSource, const String&) argument
994 executeScrollPageForward(Frame& frame, Event*, EditorCommandSource, const String&) argument
999 executeScrollLineUp(Frame& frame, Event*, EditorCommandSource, const String&) argument
1004 executeScrollLineDown(Frame& frame, Event*, EditorCommandSource, const String&) argument
1009 executeScrollToBeginningOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
1014 executeScrollToEndOfDocument(Frame& frame, Event*, EditorCommandSource, const String&) argument
1019 executeSelectAll(Frame& frame, Event*, EditorCommandSource, const String&) argument
1025 executeSelectLine(Frame& frame, Event*, EditorCommandSource, const String&) argument
1030 executeSelectParagraph(Frame& frame, Event*, EditorCommandSource, const String&) argument
1035 executeSelectSentence(Frame& frame, Event*, EditorCommandSource, const String&) argument
1040 executeSelectToMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
1052 executeSelectWord(Frame& frame, Event*, EditorCommandSource, const String&) argument
1057 executeSetMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
1063 executeStrikethrough(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1069 executeStyleWithCSS(Frame& frame, Event*, EditorCommandSource, const String& value) argument
1075 executeUseCSS(Frame& frame, Event*, EditorCommandSource, const String& value) argument
1081 executeSubscript(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1086 executeSuperscript(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1091 executeSwapWithMark(Frame& frame, Event*, EditorCommandSource, const String&) argument
1105 executeTakeFindStringFromSelection(Frame& frame, Event*, EditorCommandSource, const String&) argument
1112 executeToggleBold(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1117 executeToggleItalic(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1122 executeTranspose(Frame& frame, Event*, EditorCommandSource, const String&) argument
1128 executeUnderline(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1134 executeUndo(Frame& frame, Event*, EditorCommandSource, const String&) argument
1140 executeUnlink(Frame& frame, Event*, EditorCommandSource, const String&) argument
1147 executeUnscript(Frame& frame, Event*, EditorCommandSource source, const String&) argument
1152 executeUnselect(Frame& frame, Event*, EditorCommandSource, const String&) argument
1158 executeYank(Frame& frame, Event*, EditorCommandSource, const String&) argument
1165 executeYankAndSelect(Frame& frame, Event*, EditorCommandSource, const String&) argument
1184 supportedCopyCut(Frame* frame) argument
1195 supportedPaste(Frame* frame) argument
1213 enabledVisibleSelection(Frame& frame, Event* event, EditorCommandSource) argument
1220 caretBrowsingEnabled(Frame& frame) argument
1227 enabledVisibleSelectionOrCaretBrowsing(Frame& frame, Event* event, EditorCommandSource) argument
1233 enabledVisibleSelectionAndMark(Frame& frame, Event* event, EditorCommandSource) argument
1240 enableCaretInEditableText(Frame& frame, Event* event, EditorCommandSource) argument
1246 enabledCopy(Frame& frame, Event*, EditorCommandSource) argument
1255 enabledCut(Frame& frame, Event*, EditorCommandSource) argument
1265 enabledClearText(Frame& frame, Event*, EditorCommandSource) argument
1272 enabledInEditableText(Frame& frame, Event* event, EditorCommandSource) argument
1277 enabledDelete(Frame& frame, Event* event, EditorCommandSource source) argument
1292 enabledInEditableTextOrCaretBrowsing(Frame& frame, Event* event, EditorCommandSource) argument
1298 enabledInRichlyEditableText(Frame& frame, Event*, EditorCommandSource) argument
1304 enabledPaste(Frame& frame, Event*, EditorCommandSource) argument
1309 enabledRangeInEditableText(Frame& frame, Event*, EditorCommandSource) argument
1314 enabledRangeInRichlyEditableText(Frame& frame, Event*, EditorCommandSource) argument
1319 enabledRedo(Frame& frame, Event*, EditorCommandSource) argument
1325 enabledTakeFindStringFromSelection(Frame& frame, Event*, EditorCommandSource) argument
1331 enabledUndo(Frame& frame, Event*, EditorCommandSource) argument
1343 stateBold(Frame& frame, Event*) argument
1348 stateItalic(Frame& frame, Event*) argument
1353 stateOrderedList(Frame& frame, Event*) argument
1358 stateStrikethrough(Frame& frame, Event*) argument
1363 stateStyleWithCSS(Frame& frame, Event*) argument
1368 stateSubscript(Frame& frame, Event*) argument
1373 stateSuperscript(Frame& frame, Event*) argument
1378 stateTextWritingDirectionLeftToRight(Frame& frame, Event*) argument
1383 stateTextWritingDirectionNatural(Frame& frame, Event*) argument
1388 stateTextWritingDirectionRightToLeft(Frame& frame, Event*) argument
1393 stateUnderline(Frame& frame, Event*) argument
1398 stateUnorderedList(Frame& frame, Event*) argument
1403 stateJustifyCenter(Frame& frame, Event*) argument
1408 stateJustifyFull(Frame& frame, Event*) argument
1413 stateJustifyLeft(Frame& frame, Event*) argument
1418 stateJustifyRight(Frame& frame, Event*) argument
1430 valueBackColor(Frame& frame, Event*) argument
1435 valueDefaultParagraphSeparator(Frame& frame, Event*) argument
1448 valueFontName(Frame& frame, Event*) argument
1453 valueFontSize(Frame& frame, Event*) argument
1458 valueFontSizeDelta(Frame& frame, Event*) argument
1463 valueForeColor(Frame& frame, Event*) argument
1468 valueFormatBlock(Frame& frame, Event*) argument
1720 Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<Frame> frame) argument
1732 execute(const String& parameter, Event* triggeringEvent) const argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dframe.c1 /* Generic frame functions.
37 /* These help us bind and responding to switch-frame events. */
40 #include "frame.h"
153 struct frame *f;
161 frame itself, and get an error because you can't switch buffers
195 doc: /* Return non-nil if OBJECT is a frame.
196 Value is t for a termcap frame (a character-only terminal),
197 `x' for an Emacs frame that is really an X window,
198 `w32' for an Emacs frame that is a window on MS-Windows display,
199 `mac' for an Emacs frame o
240 Lisp_Object frame; local
448 register Lisp_Object frame; local
486 Lisp_Object frame; local
573 Lisp_Object frame, tem; variable
744 Lisp_Object frame; variable
788 Lisp_Object frame; variable
796 CHECK_LIVE_FRAME (frame); variable
823 Lisp_Object frame; variable
831 CHECK_LIVE_FRAME (frame); variable
843 Lisp_Object frame; variable
851 CHECK_LIVE_FRAME (frame); variable
865 Lisp_Object frame, window; variable
870 CHECK_LIVE_FRAME (frame); variable
1065 Lisp_Object frame, miniframe; variable
1070 CHECK_LIVE_FRAME (frame); variable
1086 Lisp_Object frame, miniframe; variable
1090 CHECK_LIVE_FRAME (frame); variable
1150 Lisp_Object frame, force; variable
1163 CHECK_FRAME (frame); variable
1524 Lisp_Object frame, x, y; variable
1526 CHECK_LIVE_FRAME (frame); variable
1539 Fselect_frame (frame); variable
1559 Lisp_Object frame, x, y; variable
1561 CHECK_LIVE_FRAME (frame); variable
1574 Fselect_frame (frame); variable
1590 Lisp_Object frame; variable
1595 CHECK_LIVE_FRAME (frame); variable
1644 Lisp_Object frame, force; variable
1649 CHECK_LIVE_FRAME (frame); variable
1686 Lisp_Object frame; variable
1691 CHECK_LIVE_FRAME (frame); variable
1731 Lisp_Object frame; variable
1733 CHECK_LIVE_FRAME (frame); variable
1749 Lisp_Object tail, frame; variable
1774 Lisp_Object frame; variable
1779 CHECK_LIVE_FRAME (frame); variable
1782 Fmake_frame_visible (frame); variable
1797 Lisp_Object frame; variable
1802 CHECK_LIVE_FRAME (frame); variable
1837 Lisp_Object frame, focus_frame; variable
1842 CHECK_FRAME (frame); variable
1861 Lisp_Object frame; variable
1863 CHECK_LIVE_FRAME (frame); variable
1918 Lisp_Object frame, tail; local
2083 Lisp_Object frame; variable
2093 CHECK_FRAME (frame); variable
2180 Lisp_Object frame, parameter; variable
2188 CHECK_FRAME (frame); variable
2189 CHECK_SYMBOL (parameter); variable
2267 Lisp_Object frame, alist; variable
2274 CHECK_LIVE_FRAME (frame); variable
2334 Lisp_Object frame; variable
2340 CHECK_FRAME (frame); variable
2359 Lisp_Object frame; variable
2365 CHECK_FRAME (frame); variable
2384 Lisp_Object frame; variable
2390 CHECK_FRAME (frame); variable
2407 Lisp_Object frame; variable
2413 CHECK_FRAME (frame); variable
2429 Lisp_Object frame, lines, pretend; variable
2436 CHECK_LIVE_FRAME (frame); variable
2458 Lisp_Object frame, cols, pretend; variable
2464 CHECK_LIVE_FRAME (frame); variable
2484 Lisp_Object frame, cols, rows; variable
2488 CHECK_LIVE_FRAME (frame); variable
2517 Lisp_Object frame, xoffset, yoffset; variable
2521 CHECK_LIVE_FRAME (frame); variable
2853 Lisp_Object frame; local
3094 Lisp_Object frame; local
3209 Lisp_Object frame; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dframe.el0 ;;; frame.el --- multi-frame management independent of window systems
30 (defvar frame-creation-function nil
31 "Window-system dependent function to call to create a new frame.
32 The window system startup file should set this to its frame creation
38 (defcustom initial-frame-alist nil
39 "*Alist of frame parameters for creating the initial X window frame.
41 (setq initial-frame-alist '((top . 1) (left . 1) (width . 80) (height . 55)))
42 Parameters specified here supersede the values given in `default-frame
[all...]
H A Ddframe.el1 ;;; dframe --- dedicate frame support modes
10 "The current version of the dedicated frame library.")
34 ;; Dedicated frame mode is an Emacs independent library for supporting
35 ;; a program/buffer combination that resides in a dedicated frame.
39 ;; * Creation of a frame. Positioned relatively.
40 ;; Includes a frame cache for User position caching.
52 ;; o detaching a frame
53 ;; o focus-shifting & optional frame jumping
54 ;; o currently active frame.
61 ;; -frame
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlay.cpp95 IntRect PageOverlay::frame() const function in class:WebKit::PageOverlay
103 void PageOverlay::setFrame(IntRect frame) argument
105 if (m_overrideFrame == frame)
108 m_overrideFrame = frame;
173 void PageOverlay::didScrollFrame(Frame* frame) argument
175 m_client->didScrollFrame(this, frame);
178 WKTypeRef PageOverlay::copyAccessibilityAttributeValue(WKStringRef attribute, WKTypeRef parameter) argument
180 return m_client->copyAccessibilityAttributeValue(this, attribute, parameter);
H A DPageOverlay.h62 virtual WKTypeRef copyAccessibilityAttributeValue(PageOverlay*, WKStringRef /* attribute */, WKTypeRef /* parameter */) { return 0; }
82 WKTypeRef copyAccessibilityAttributeValue(WKStringRef attribute, WKTypeRef parameter);
98 WebCore::IntRect frame() const;
H A DPageOverlayController.cpp65 IntRect overlayFrame = overlay.frame();
216 void PageOverlayController::didScrollFrame(Frame* frame) argument
219 if (overlayAndLayer.key->overlayType() == PageOverlay::OverlayType::View || !frame->isMainFrame())
221 overlayAndLayer.key->didScrollFrame(frame);
251 WKTypeRef PageOverlayController::copyAccessibilityAttributeValue(WKStringRef attribute, WKTypeRef parameter) argument
257 if (WKTypeRef value = (*it)->copyAccessibilityAttributeValue(attribute, parameter))
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObject.mm198 - (id)accessibilityAttributeValue:(NSString *)attribute forParameter:(id)parameter
202 if ([parameter isKindOfClass:[NSValue class]] && strcmp([(NSValue*)parameter objCType], @encode(NSPoint)) == 0) {
203 NSPoint point = [self _convertScreenPointToRootView:[(NSValue *)parameter pointValue]];
229 // Hit-test point comes in as bottom-screen coordinates. Needs to be normalized to the frame of the web page.
234 CGFloat screenHeight = [(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame].size.height;
239 // Re-center point into the web page's frame.
/macosx-10.10/Csu-85/
H A Dstart.s40 * Kernel sets up stack frame to look like:
82 stw r0,0(r1) ; terminate initial stack frame
83 stwu r1,-64(r1) ; allocate minimal stack frame
97 bne Lapple ; once found, next pointer is "apple" parameter now in r6
109 std r0,0(r1) ; terminate initial stack frame
110 stdu r1,-128(r1) ; allocate minimal stack frame
124 bne Lapple ; once found, next pointer is "apple" parameter now in r6
133 movl %esp,%ebp # pointer to base of kernel frame
151 jne Lapple # once found, next pointer is "apple" parameter now in %ebx
164 movq %rsp,%rbp # pointer to base of kernel frame
[all...]
H A Dlazy_dylib_helper.s54 movl LP_OLD_BP_SAVE(%esp),%eax # get lazy-pointer meta-parameter
57 movl %esp,%ebp # set epb to be this frame
198 mr r3,r11 ; move address of lazy pointer to 1st parameter
241 mov r0, ip // move address of lazy pointer to 1st parameter
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld_stub_binder.s56 movl LP_OLD_BP_SAVE(%esp),%eax # get lazy-pointer meta-parameter
59 movl %esp,%ebp # set epb to be this frame
154 cpuid # get xsave parameter info
268 ldr r0, [sp, #24] // move address ImageLoader cache to 1st parameter
269 ldr r1, [sp, #28] // move lazy info offset 2nd parameter
302 stp x0,x1, [fp, #-16] ; x0-x7 are int parameter registers
307 stp q0,q1, [fp, #-128] ; q0-q7 are vector/fp parameter registers
312 ldr x0, [fp, #24] ; move address ImageLoader cache to 1st parameter
313 ldr x1, [fp, #16] ; move lazy info offset 2nd parameter
318 ; restore parameter register
[all...]
H A DdyldStartup.s28 * Kernel sets up stack frame to look like:
80 movl %esp,%ebp # pointer to base of kernel frame
109 addl $4,%esp # remove debugger end frame marker
123 jne Lapple # once found, next pointer is "apple" parameter now in %ebx
157 movq %rsp,%rbp # pointer to base of kernel frame
176 addq $8,%rsp # remove the mh argument, and debugger end frame marker
287 stp x1, x0, [sp, #-16]! // make aligned terminating frame
288 mov fp, sp // set up fp to point to terminating frame
H A Dstub_binding_helper.s65 movl LP_OLD_BP_SAVE(%esp),%eax # get lazy-pointer meta-parameter
68 movl %esp,%ebp # set epb to be this frame
204 ldr r0, [sp, #24] // move address of mach header to 1st parameter
205 ldr r1, [sp, #28] // move address of lazy pointer to 2nd parameter
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm920 if (unifiedTextCheckerEnabled(node->document().frame())) {
922 TextCheckerClient* checker = node->document().frame()->editor().textChecker();
943 node->document().frame()->editor().textChecker()->checkSpellingOfString(text.substring(currentPosition), &misspellingLocation, &misspellingLength);
1684 Frame* frame = document->frame();
1685 if (!frame)
1688 return frame->loader().client().accessibilityRemoteObject();
2223 // If this scroll view provides it's parent object (because it's a sub-frame), then
3250 // decode the parameter
3276 if (focus && m_object->isWebArea() && !m_object->document()->frame()
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm185 - (id)accessibilityAttributeValue:(NSString *)attribute forParameter:(id)parameter
188 NSRect boundsInPDFViewCoordinates = [[_pdfLayerController accessibilityBoundsForRangeAttributeForParameter:parameter] rectValue];
194 return [_pdfLayerController accessibilityLineForIndexAttributeForParameter:parameter];
196 return [_pdfLayerController accessibilityRangeForLineAttributeForParameter:parameter];
198 return [_pdfLayerController accessibilityStringForRangeAttributeForParameter:parameter];
495 PassRefPtr<PDFPlugin> PDFPlugin::create(WebFrame* frame)
497 return adoptRef(new PDFPlugin(frame));
500 PDFPlugin::PDFPlugin(WebFrame* frame)
501 : m_frame(frame)
617 m_verticalScrollbarLayer.get().frame
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm871 NSRect f = [self frame];
1000 // contained frame view. In any case, wire our next key view up to the our
1001 // contained frame view. This works together with our becomeFirstResponder
1081 Frame* frame = [self _mainCoreFrame];
1082 if (frame && frame->view())
1083 frame->view()->updateLayoutAndStyleIfNeededRecursive();
1133 - (id)initSimpleHTMLDocumentWithStyle:(NSString *)style frame:(CGRect)frame preferences:(WebPreferences *)preferences groupName:(NSString *)groupName
1135 self = [super initWithFrame:frame];
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp1189 if (frameView && frameView->frame().contentRenderer()) {
1241 Frame* frame = core(webView->topLevelFrame()); local
1242 ASSERT(frame);
1243 if (!frame)
1246 Document* document = frame->document();
1361 Frame* targetFrame = result.innerNonSharedNode() ? result.innerNonSharedNode()->document().frame() : &m_page->focusController().focusedOrMainFrame();
1376 Frame* frame = contextMenuController.hitTestResult().innerNodeFrame();
1377 if (!frame)
1380 FrameView* view = frame->view();
1600 // The hit testing above won't detect if we've hit the main frame'
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayer.cpp339 m_contentTypeCodecs = contentType.parameter(codecs());
376 m_contentTypeCodecs = contentType.parameter(codecs());
594 Document* document = m_frameView->frame().document();
614 void MediaPlayer::setVideoFullscreenFrame(FloatRect frame) argument
616 m_private->setVideoFullscreenFrame(frame);
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy134 Write html with a frame holding a table of contents and the source code. The
135 output files will be F<mymodule.pm.html> (the frame), F<mymodule.pm.toc.html>
146 For each parameter, there is a long name and a short name. The short
212 parameter causes the path to be changed to F<path> instead.
226 This parameter will be ignored if output is being directed to standard output,
227 or if it is being specified explicitly with the B<-o=s> parameter.
246 This parameter serves two purposes: (1) to change the extension of the backup
394 To be precise, when the B<-vmll> parameter is set, the maximum line length of a
404 problem can be avoided by including the next parameter.
447 of the integer specified for indentation parameter,
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp857 parameters.codecs = contentType.parameter(ASCIILiteral("codecs"));
1174 Frame* frame = document().frame(); local
1175 if (!frame) {
1181 if (!frame->loader().willLoadMediaElementURL(url)) {
1191 ApplicationCacheHost* cacheHost = frame->loader().documentLoader()->applicationCacheHost();
1718 Frame* frame = document().frame(); local
1719 if (!frame || !document().securityOrigin()->canDisplay(url)) {
1721 FrameLoader::reportLocalLoadFailed(frame, ur
2961 Frame* frame = document().frame(); local
4990 setVideoFullscreenFrame(FloatRect frame) argument
5548 Frame* frame = document().frame(); local
5557 Frame* frame = document().frame(); local
5710 Frame* frame = document().frame(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter64.asm96 # We also need to make room on the stack for all four parameter registers.
119 # We also need to make room on the stack for all four parameter registers.
191 # sentinel frame.
209 # and the frame for the JS code we're executing. We need to do this check
326 # For a host function call, JIT relies on that the CallerFrame (frame pointer) is put on the stack,
327 # On Win64 we need to manually copy the frame pointer to the stack, since MSVC may not maintain a frame pointer on 64-bit.
328 # See http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx where it's stated that rbp MAY be used as a frame pointer.
349 # So far, we've unwound the stack to the frame just below the sentinel frame, excep
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm336 Unknown perltidy parameter : (@bad_keys)
1395 "Final parameter set for this run\n");
1426 # fll --> fuzzy-line-length # a trivial parameter which gets
2276 # as call parameter to perltidy and -pro=filename on command
2282 perltidy call parameter: $perltidyrc_stream
2415 # msdos, an unquoted input parameter like vtc=1 will be
2695 # update parameter list @ARGV to the new one
3181 # comments if the parameter is quoted.
3289 my $readable_options = "# Final parameter set for this run.\n";
3521 -frm write html as a frame (
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges24 and added C<appender_method_on_flush> parameter to support
29 undef_column_name parameter set to undef (defaults to "[undef]").
46 * (ms) [rt.cpan.org #78734] Added spell check on filter parameter names
178 caller() data. L4p now supports a $cache parameter to be
331 * (ms) Added 'header_text' parameter to the file appender to
336 * (ms) appender_thresholds_adjust() with a parameter of 0 now
368 * (ms) Fixed logconfess() frame level bug reported by Ali Mesdaq.
844 * (kg) Adding appender.warp_message parameter as a help to DBI
880 * (kg) trying out oneMessagePerAppender parameter
991 * Code references can be passed in as log messages to avoid parameter
[all...]
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm193 ; parameter 1 in r8(deflate state s), param 2 in rdx (cur match)
204 ;;; make room for our stack frame.
212 ; parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match)

Completed in 391 milliseconds

12