Home
last modified time | relevance | path

Searched refs:DocumentHighlightsRequest (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/server/
Dprotocol.ts1085 export interface DocumentHighlightsRequest extends FileLocationRequest { interface
Dsession.ts2800 [CommandNames.DocumentHighlights]: (request: protocol.DocumentHighlightsRequest) => {
2803 … [CommandNames.DocumentHighlightsFull]: (request: protocol.DocumentHighlightsRequest) => {
/third_party/typescript/lib/
Dprotocol.d.ts797 interface DocumentHighlightsRequest extends FileLocationRequest { interface
Dtsserverlibrary.d.ts7374 interface DocumentHighlightsRequest extends FileLocationRequest {
/third_party/typescript/src/harness/
Dclient.ts579 …const request = this.processRequest<protocol.DocumentHighlightsRequest>(CommandNames.DocumentHighl…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7465 interface DocumentHighlightsRequest extends FileLocationRequest {