Searched +defs:selected +defs:frame (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dframe.el[all...]
H A Dspeedbar.el[all...]
H A Dsubr.el[all...]
H A Dps-print.el[all...]
H A Dediff-util.el[all...]
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Ddevices.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dpc-win.el[all...]
H A Dmac-win.el[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.cpp84 static inline Evas_Object* kit(Frame* frame) argument
230 void ChromeClientEfl::createSelectPopup(PopupMenuClient* client, int selected, const IntRect& rect) argument
271 bool ChromeClientEfl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) argument
283 void ChromeClientEfl::runJavaScriptAlert(Frame* frame, const String& message) argument
288 bool ChromeClientEfl::runJavaScriptConfirm(Frame* frame, cons argument
293 runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result) argument
333 contentsSizeChanged(Frame* frame, const IntSize& size) const argument
424 exceededDatabaseQuota(Frame* frame, const String& databaseName, DatabaseDetails details) argument
470 runOpenPanel(Frame* frame, PassRefPtr<FileChooser> prpFileChooser) argument
677 const Evas_Object* frame = ewk_view_frame_main_get(m_view); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-speed.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-macs.el[all...]
H A Dedebug.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dgdb-ui.el[all...]
H A Dvhdl-mode.el[all...]
H A Dflymake.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-group.el[all...]
H A Dgnus.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSelectElement.cpp654 bool selected = element->hasTagName(optionTag) && toHTMLOptionElement(element)->selected(); local
668 int selected = selectedIndex(); local
1130 const Frame* frame = document()->frame(); local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32menu.c83 Boolean selected; member in struct:_widget_value
257 Lisp_Object tail, frame; local
933 Lisp_Object x, y, frame, newpos; variable
1040 Lisp_Object frame; local
1282 Lisp_Object item_name, enable, descrip, def, type, selected; local
1825 Lisp_Object item_name, enable, descrip, def, type, selected, help; local
2436 Lisp_Object frame, help; local
[all...]
H A Dxmenu.c244 Lisp_Object tail, frame; local
594 Lisp_Object selected local
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
1974 Lisp_Object item_name, enable, descrip, def, type, selected; local
2942 Lisp_Object item_name, enable, descrip, def, type, selected, help; local
[all...]
H A Dmacmenu.c117 Boolean selected; member in struct:_widget_value
1093 Lisp_Object x, y, frame, newpos; variable
1231 Lisp_Object frame; local
1467 Lisp_Object item_name, enable, descrip, def, type, selected; local
2138 Lisp_Object item_name, enable, descrip, def, type, selected, help; local
[all...]
H A Dkeyboard.c1452 Lisp_Object tail, frame; local
3671 Lisp_Object frame; local
4171 Lisp_Object object, position, help, frame, window; local
4191 Lisp_Object frame, focus; local
4208 Lisp_Object frame; local
4277 Lisp_Object frame; local
8100 Lisp_Object type, selected; local
8461 Lisp_Object selected local
9123 Lisp_Object frame; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditorCommand.cpp93 static Frame* targetFrame(Frame* frame, Event* event) argument
103 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, StylePropertySet* style) argument
119 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
126 static bool executeApplyStyle(Frame* frame, EditorCommandSourc argument
136 executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, CSSValue* value) argument
160 executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const char* offValue, const char* onValue) argument
176 executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, CSSPropertyID propertyID, const String& propertyValue) argument
194 executeInsertFragment(Frame* frame, PassRefPtr<DocumentFragment> fragment) argument
200 executeInsertNode(Frame* frame, PassRefPtr<Node> content) argument
210 expandSelectionToGranularity(Frame* frame, TextGranularity granularity) argument
227 stateStyle(Frame* frame, CSSPropertyID propertyID, const char* desiredValue) argument
234 valueStyle(Frame* frame, CSSPropertyID propertyID) argument
241 stateTextWritingDirection(Frame* frame, WritingDirection direction) argument
250 verticalScrollDistance(Frame* frame) argument
277 executeBackColor(Frame* frame, Event*, EditorCommandSource source, const String& value) argument
282 executeCopy(Frame* frame, Event*, EditorCommandSource, const String&) argument
288 executeCreateLink(Frame* frame, Event*, EditorCommandSource, const String& value) argument
297 executeCut(Frame* frame, Event*, EditorCommandSource source, const String&) argument
307 executeDefaultParagraphSeparator(Frame* frame, Event*, EditorCommandSource, const String& value) argument
317 executeDelete(Frame* frame, Event*, EditorCommandSource source, const String&) argument
337 executeDeleteBackward(Frame* frame, Event*, EditorCommandSource, const String&) argument
343 executeDeleteBackwardByDecomposingPreviousCharacter(Frame* frame, Event*, EditorCommandSource, const String&) argument
350 executeDeleteForward(Frame* frame, Event*, EditorCommandSource, const String&) argument
356 executeDeleteToBeginningOfLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
362 executeDeleteToBeginningOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&) argument
368 executeDeleteToEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
376 executeDeleteToEndOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&) argument
384 executeDeleteToMark(Frame* frame, Event*, EditorCommandSource, const String&) argument
389 bool selected = selection->setSelectedRange(unionDOMRanges(mark.get(), frame->editor().selectedRange().get()).get(), DOWNSTREAM, true); local
399 executeDeleteWordBackward(Frame* frame, Event*, EditorCommandSource, const String&) argument
405 executeDeleteWordForward(Frame* frame, Event*, EditorCommandSource, const String&) argument
411 executeFindString(Frame* frame, Event*, EditorCommandSource, const String& value) argument
416 executeFontName(Frame* frame, Event*, EditorCommandSource source, const String& value) argument
421 executeFontSize(Frame* frame, Event*, EditorCommandSource source, const String& value) argument
429 executeFontSizeDelta(Frame* frame, Event*, EditorCommandSource source, const String& value) argument
434 executeForeColor(Frame* frame, Event*, EditorCommandSource source, const String& value) argument
439 executeFormatBlock(Frame* frame, Event*, EditorCommandSource, const String& value) argument
455 executeForwardDelete(Frame* frame, Event*, EditorCommandSource source, const String&) argument
473 executeIgnoreSpelling(Frame* frame, Event*, EditorCommandSource, const String&) argument
479 executeIndent(Frame* frame, Event*, EditorCommandSource, const String&) argument
485 executeInsertBacktab(Frame* frame, Event* event, EditorCommandSource, const String&) argument
490 executeInsertHorizontalRule(Frame* frame, Event*, EditorCommandSource, const String& value) argument
498 executeInsertHTML(Frame* frame, Event*, EditorCommandSource, const String& value) argument
503 executeInsertImage(Frame* frame, Event*, EditorCommandSource, const String& value) argument
511 executeInsertLineBreak(Frame* frame, Event* event, EditorCommandSource source, const String&) argument
528 executeInsertNewline(Frame* frame, Event* event, EditorCommandSource, const String&) argument
534 executeInsertNewlineInQuotedContent(Frame* frame, Event*, EditorCommandSource, const String&) argument
540 executeInsertOrderedList(Frame* frame, Event*, EditorCommandSource, const String&) argument
546 executeInsertParagraph(Frame* frame, Event*, EditorCommandSource, const String&) argument
552 executeInsertTab(Frame* frame, Event* event, EditorCommandSource, const String&) argument
557 executeInsertText(Frame* frame, Event*, EditorCommandSource, const String& value) argument
563 executeInsertUnorderedList(Frame* frame, Event*, EditorCommandSource, const String&) argument
569 executeJustifyCenter(Frame* frame, Event*, EditorCommandSource source, const String&) argument
574 executeJustifyFull(Frame* frame, Event*, EditorCommandSource source, const String&) argument
579 executeJustifyLeft(Frame* frame, Event*, EditorCommandSource source, const String&) argument
584 executeJustifyRight(Frame* frame, Event*, EditorCommandSource source, const String&) argument
589 executeMakeTextWritingDirectionLeftToRight(Frame* frame, Event*, EditorCommandSource, const String&) argument
598 executeMakeTextWritingDirectionNatural(Frame* frame, Event*, EditorCommandSource, const String&) argument
606 executeMakeTextWritingDirectionRightToLeft(Frame* frame, Event*, EditorCommandSource, const String&) argument
615 executeMoveBackward(Frame* frame, Event*, EditorCommandSource, const String&) argument
621 executeMoveBackwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
627 executeMoveDown(Frame* frame, Event*, EditorCommandSource, const String&) argument
632 executeMoveDownAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
638 executeMoveForward(Frame* frame, Event*, EditorCommandSource, const String&) argument
644 executeMoveForwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
650 executeMoveLeft(Frame* frame, Event*, EditorCommandSource, const String&) argument
655 executeMoveLeftAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
661 executeMovePageDown(Frame* frame, Event*, EditorCommandSource, const String&) argument
670 executeMovePageDownAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
679 executeMovePageUp(Frame* frame, Event*, EditorCommandSource, const String&) argument
688 executeMovePageUpAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
697 executeMoveRight(Frame* frame, Event*, EditorCommandSource, const String&) argument
702 executeMoveRightAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
708 executeMoveToBeginningOfDocument(Frame* frame, Event*, EditorCommandSource, const String&) argument
714 executeMoveToBeginningOfDocumentAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
720 executeMoveToBeginningOfLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
726 executeMoveToBeginningOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
732 executeMoveToBeginningOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&) argument
738 executeMoveToBeginningOfParagraphAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
744 executeMoveToBeginningOfSentence(Frame* frame, Event*, EditorCommandSource, const String&) argument
750 executeMoveToBeginningOfSentenceAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
756 executeMoveToEndOfDocument(Frame* frame, Event*, EditorCommandSource, const String&) argument
762 executeMoveToEndOfDocumentAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
768 executeMoveToEndOfSentence(Frame* frame, Event*, EditorCommandSource, const String&) argument
774 executeMoveToEndOfSentenceAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
780 executeMoveToEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
786 executeMoveToEndOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
792 executeMoveToEndOfParagraph(Frame* frame, Event*, EditorCommandSource, const String&) argument
798 executeMoveToEndOfParagraphAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
804 executeMoveParagraphBackwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
810 executeMoveParagraphForwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
816 executeMoveUp(Frame* frame, Event*, EditorCommandSource, const String&) argument
821 executeMoveUpAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
827 executeMoveWordBackward(Frame* frame, Event*, EditorCommandSource, const String&) argument
833 executeMoveWordBackwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
839 executeMoveWordForward(Frame* frame, Event*, EditorCommandSource, const String&) argument
845 executeMoveWordForwardAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
851 executeMoveWordLeft(Frame* frame, Event*, EditorCommandSource, const String&) argument
857 executeMoveWordLeftAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
863 executeMoveWordRight(Frame* frame, Event*, EditorCommandSource, const String&) argument
869 executeMoveWordRightAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
875 executeMoveToLeftEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
881 executeMoveToLeftEndOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
887 executeMoveToRightEndOfLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
893 executeMoveToRightEndOfLineAndModifySelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
899 executeOutdent(Frame* frame, Event*, EditorCommandSource, const String&) argument
905 executeToggleOverwrite(Frame* frame, Event*, EditorCommandSource, const String&) argument
911 executePaste(Frame* frame, Event*, EditorCommandSource source, const String&) argument
921 executePasteGlobalSelection(Frame* frame, Event*, EditorCommandSource source, const String&) argument
935 executePasteAndMatchStyle(Frame* frame, Event*, EditorCommandSource source, const String&) argument
945 executePasteAsPlainText(Frame* frame, Event*, EditorCommandSource source, const String&) argument
955 executePrint(Frame* frame, Event*, EditorCommandSource, const String&) argument
964 executeRedo(Frame* frame, Event*, EditorCommandSource, const String&) argument
970 executeRemoveFormat(Frame* frame, Event*, EditorCommandSource, const String&) argument
976 executeScrollPageBackward(Frame* frame, Event*, EditorCommandSource, const String&) argument
981 executeScrollPageForward(Frame* frame, Event*, EditorCommandSource, const String&) argument
986 executeScrollLineUp(Frame* frame, Event*, EditorCommandSource, const String&) argument
991 executeScrollLineDown(Frame* frame, Event*, EditorCommandSource, const String&) argument
996 executeScrollToBeginningOfDocument(Frame* frame, Event*, EditorCommandSource, const String&) argument
1001 executeScrollToEndOfDocument(Frame* frame, Event*, EditorCommandSource, const String&) argument
1006 executeSelectAll(Frame* frame, Event*, EditorCommandSource, const String&) argument
1012 executeSelectLine(Frame* frame, Event*, EditorCommandSource, const String&) argument
1017 executeSelectParagraph(Frame* frame, Event*, EditorCommandSource, const String&) argument
1022 executeSelectSentence(Frame* frame, Event*, EditorCommandSource, const String&) argument
1027 executeSelectToMark(Frame* frame, Event*, EditorCommandSource, const String&) argument
1039 executeSelectWord(Frame* frame, Event*, EditorCommandSource, const String&) argument
1044 executeSetMark(Frame* frame, Event*, EditorCommandSource, const String&) argument
1050 executeStrikethrough(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1056 executeStyleWithCSS(Frame* frame, Event*, EditorCommandSource, const String& value) argument
1062 executeUseCSS(Frame* frame, Event*, EditorCommandSource, const String& value) argument
1068 executeSubscript(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1073 executeSuperscript(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1078 executeSwapWithMark(Frame* frame, Event*, EditorCommandSource, const String&) argument
1092 executeTakeFindStringFromSelection(Frame* frame, Event*, EditorCommandSource, const String&) argument
1099 executeToggleBold(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1104 executeToggleItalic(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1109 executeTranspose(Frame* frame, Event*, EditorCommandSource, const String&) argument
1115 executeUnderline(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1121 executeUndo(Frame* frame, Event*, EditorCommandSource, const String&) argument
1127 executeUnlink(Frame* frame, Event*, EditorCommandSource, const String&) argument
1133 executeUnscript(Frame* frame, Event*, EditorCommandSource source, const String&) argument
1138 executeUnselect(Frame* frame, Event*, EditorCommandSource, const String&) argument
1144 executeYank(Frame* frame, Event*, EditorCommandSource, const String&) argument
1151 executeYankAndSelect(Frame* frame, Event*, EditorCommandSource, const String&) argument
1170 supportedCopyCut(Frame* frame) argument
1182 supportedPaste(Frame* frame) argument
1201 enabledVisibleSelection(Frame* frame, Event* event, EditorCommandSource) argument
1208 caretBrowsingEnabled(Frame* frame) argument
1215 enabledVisibleSelectionOrCaretBrowsing(Frame* frame, Event* event, EditorCommandSource) argument
1221 enabledVisibleSelectionAndMark(Frame* frame, Event* event, EditorCommandSource) argument
1228 enableCaretInEditableText(Frame* frame, Event* event, EditorCommandSource) argument
1234 enabledCopy(Frame* frame, Event*, EditorCommandSource) argument
1239 enabledCut(Frame* frame, Event*, EditorCommandSource) argument
1244 enabledInEditableText(Frame* frame, Event* event, EditorCommandSource) argument
1249 enabledDelete(Frame* frame, Event* event, EditorCommandSource source) argument
1264 enabledInEditableTextOrCaretBrowsing(Frame* frame, Event* event, EditorCommandSource) argument
1270 enabledInRichlyEditableText(Frame* frame, Event*, EditorCommandSource) argument
1275 enabledPaste(Frame* frame, Event*, EditorCommandSource) argument
1280 enabledRangeInEditableText(Frame* frame, Event*, EditorCommandSource) argument
1285 enabledRangeInRichlyEditableText(Frame* frame, Event*, EditorCommandSource) argument
1290 enabledRedo(Frame* frame, Event*, EditorCommandSource) argument
1296 enabledTakeFindStringFromSelection(Frame* frame, Event*, EditorCommandSource) argument
1302 enabledUndo(Frame* frame, Event*, EditorCommandSource) argument
1314 stateBold(Frame* frame, Event*) argument
1319 stateItalic(Frame* frame, Event*) argument
1324 stateOrderedList(Frame* frame, Event*) argument
1329 stateStrikethrough(Frame* frame, Event*) argument
1334 stateStyleWithCSS(Frame* frame, Event*) argument
1339 stateSubscript(Frame* frame, Event*) argument
1344 stateSuperscript(Frame* frame, Event*) argument
1349 stateTextWritingDirectionLeftToRight(Frame* frame, Event*) argument
1354 stateTextWritingDirectionNatural(Frame* frame, Event*) argument
1359 stateTextWritingDirectionRightToLeft(Frame* frame, Event*) argument
1364 stateUnderline(Frame* frame, Event*) argument
1369 stateUnorderedList(Frame* frame, Event*) argument
1374 stateJustifyCenter(Frame* frame, Event*) argument
1379 stateJustifyFull(Frame* frame, Event*) argument
1384 stateJustifyLeft(Frame* frame, Event*) argument
1389 stateJustifyRight(Frame* frame, Event*) argument
1401 valueBackColor(Frame* frame, Event*) argument
1406 valueDefaultParagraphSeparator(Frame* frame, Event*) argument
1419 valueFontName(Frame* frame, Event*) argument
1424 valueFontSize(Frame* frame, Event*) argument
1429 valueFontSizeDelta(Frame* frame, Event*) argument
1434 valueForeColor(Frame* frame, Event*) argument
1439 valueFormatBlock(Frame* frame, Event*) argument
1686 Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<Frame> frame) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el[all...]

Completed in 578 milliseconds