/third_party/cef/libcef/renderer/ |
D | dom_document_impl.cc | 107 const WebRange& range = frame_->SelectionRange(); in GetSelectionStartOffset() 121 const WebRange& range = frame_->SelectionRange(); in GetSelectionEndOffset()
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec 277 resp, err := h.server.SelectionRange(ctx, ¶ms) 643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func 644 var result []SelectionRange
|
D | tsprotocol.go | 703 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/ |
D | tsserver.go | 45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec 277 resp, err := h.server.SelectionRange(ctx, ¶ms) 643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func 644 var result []SelectionRange
|
D | tsprotocol.go | 703 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/ |
D | tsserver.go | 45 SelectionRange(context.Context, *SelectionRangeParams) ([]SelectionRange, error) methodSpec 277 resp, err := h.server.SelectionRange(ctx, ¶ms) 643 func (s *serverDispatcher) SelectionRange(ctx context.Context, params *SelectionRangeParams) ([]Sel… func 644 var result []SelectionRange
|
D | tsprotocol.go | 703 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/ |
D | smartSelection.ts | 3 export function getSmartSelectionRange(pos: number, sourceFile: SourceFile): SelectionRange { 4 let selectionRange: SelectionRange = {
|
D | types.ts | 463 getSmartSelectionRange(fileName: string, position: number): SelectionRange; 1090 export interface SelectionRange { interface 1092 parent?: SelectionRange;
|
D | services.ts | 2493 function getSmartSelectionRange(fileName: string, position: number): SelectionRange {
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 68 SelectionRange = "selectionRange", enumerator 1155 command: CommandTypes.SelectionRange; 1162 body?: SelectionRange[]; 1164 interface SelectionRange { interface 1166 parent?: SelectionRange;
|
D | tsserverlibrary.d.ts | 5576 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;
|
D | typescript.d.ts | 5576 getSmartSelectionRange(fileName: string, position: number): SelectionRange; 6075 interface SelectionRange { interface 6077 parent?: SelectionRange;
|
D | typescriptServices.d.ts | 5576 getSmartSelectionRange(fileName: string, position: number): SelectionRange; 6075 interface SelectionRange { interface 6077 parent?: SelectionRange;
|
/third_party/typescript/src/server/ |
D | protocol.ts | 139 SelectionRange = "selectionRange", enumerator 1590 command: CommandTypes.SelectionRange; 1599 body?: SelectionRange[]; 1602 export interface SelectionRange { interface 1604 parent?: SelectionRange;
|
D | session.ts | 2426 …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/ |
D | smartSelection.ts | 10 CommandNames.SelectionRange,
|
D | session.ts | 273 CommandNames.SelectionRange,
|
/third_party/spirv-tools/utils/vscode/src/ |
D | langsvr.go | 199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
D | langsvr.go | 199 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/ |
D | langsvr.go | 199 func (s *server) SelectionRange(ctx context.Context, p *lsp.SelectionRangeParams) ([]lsp.SelectionR… func
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 498 getSmartSelectionRange(fileName: string, position: number): ts.SelectionRange {
|
D | fourslashImpl.ts | 1936 …let selectionRange: ts.SelectionRange | undefined = this.languageService.getSmartSelectionRange(th…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 5819 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;
|
D | typescript.d.ts | 5819 getSmartSelectionRange(fileName: string, position: number): SelectionRange; 6318 interface SelectionRange { interface 6320 parent?: SelectionRange;
|