Home
last modified time | relevance | path

Searched refs:SelectionRange (Results 1 – 25 of 27) sorted by relevance

12

/third_party/cef/libcef/renderer/
Ddom_document_impl.cc107 const WebRange& range = frame_->SelectionRange(); in GetSelectionStartOffset()
121 const WebRange& range = frame_->SelectionRange(); in GetSelectionEndOffset()
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec
277 resp, err := h.server.SelectionRange(ctx, &params)
643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func
644 var result []SelectionRange
Dtsprotocol.go703 SelectionRange *SelectionRangeClientCapabilities `json:"selectionRange,omitempty"` member
3639 SelectionRange Range `json:"selectionRange"` member
3827 type SelectionRange struct { struct
3837 Parent *SelectionRange `json:"parent,omitempty"` argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec
277 resp, err := h.server.SelectionRange(ctx, &params)
643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func
644 var result []SelectionRange
Dtsprotocol.go703 SelectionRange *SelectionRangeClientCapabilities `json:"selectionRange,omitempty"` member
3639 SelectionRange Range `json:"selectionRange"` member
3827 type SelectionRange struct { struct
3837 Parent *SelectionRange `json:"parent,omitempty"` argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec
277 resp, err := h.server.SelectionRange(ctx, &params)
643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func
644 var result []SelectionRange
Dtsprotocol.go703 SelectionRange *SelectionRangeClientCapabilities `json:"selectionRange,omitempty"` member
3639 SelectionRange Range `json:"selectionRange"` member
3827 type SelectionRange struct { struct
3837 Parent *SelectionRange `json:"parent,omitempty"` argument
/third_party/typescript/src/services/
DsmartSelection.ts3 export function getSmartSelectionRange(pos: number, sourceFile: SourceFile): SelectionRange {
4 let selectionRange: SelectionRange = {
Dtypes.ts463 getSmartSelectionRange(fileName: string, position: number): SelectionRange;
1090 export interface SelectionRange { interface
1092 parent?: SelectionRange;
Dservices.ts2493 function getSmartSelectionRange(fileName: string, position: number): SelectionRange {
/third_party/typescript/lib/
Dprotocol.d.ts68 SelectionRange = "selectionRange", enumerator
1155 command: CommandTypes.SelectionRange;
1162 body?: SelectionRange[];
1164 interface SelectionRange { interface
1166 parent?: SelectionRange;
Dtsserverlibrary.d.ts5576 getSmartSelectionRange(fileName: string, position: number): SelectionRange;
6075 interface SelectionRange { interface
6077 parent?: SelectionRange;
6645 SelectionRange = "selectionRange",
7732 command: CommandTypes.SelectionRange;
7739 body?: SelectionRange[];
7741 interface SelectionRange {
7743 parent?: SelectionRange;
Dtypescript.d.ts5576 getSmartSelectionRange(fileName: string, position: number): SelectionRange;
6075 interface SelectionRange { interface
6077 parent?: SelectionRange;
DtypescriptServices.d.ts5576 getSmartSelectionRange(fileName: string, position: number): SelectionRange;
6075 interface SelectionRange { interface
6077 parent?: SelectionRange;
/third_party/typescript/src/server/
Dprotocol.ts139 SelectionRange = "selectionRange", enumerator
1590 command: CommandTypes.SelectionRange;
1599 body?: SelectionRange[];
1602 export interface SelectionRange { interface
1604 parent?: SelectionRange;
Dsession.ts2426 …private mapSelectionRange(selectionRange: SelectionRange, scriptInfo: ScriptInfo): protocol.Select…
2427 const result: protocol.SelectionRange = {
2864 [CommandNames.SelectionRange]: (request: protocol.SelectionRangeRequest) => {
/third_party/typescript/src/testRunner/unittests/tsserver/
DsmartSelection.ts10 CommandNames.SelectionRange,
Dsession.ts273 CommandNames.SelectionRange,
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
Dlangsvr.go199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
/third_party/typescript/src/harness/
DharnessLanguageService.ts498 getSmartSelectionRange(fileName: string, position: number): ts.SelectionRange {
DfourslashImpl.ts1936 …let selectionRange: ts.SelectionRange | undefined = this.languageService.getSmartSelectionRange(th…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts5819 getSmartSelectionRange(fileName: string, position: number): SelectionRange;
6318 interface SelectionRange { interface
6320 parent?: SelectionRange;
6894 SelectionRange = "selectionRange",
7981 command: CommandTypes.SelectionRange;
7988 body?: SelectionRange[];
7990 interface SelectionRange {
7992 parent?: SelectionRange;
Dtypescript.d.ts5819 getSmartSelectionRange(fileName: string, position: number): SelectionRange;
6318 interface SelectionRange { interface
6320 parent?: SelectionRange;

12