/external/perfetto/ui/src/test/ |
D | debug_tracks.test.ts | 33 const omnibox = page.locator('input[ref=omnibox]'); constant 34 await omnibox.focus(); 35 await omnibox.selectText(); 36 await omnibox.press(':'); 38 await omnibox.fill(SQL_QUERY); 40 await omnibox.press('Enter'); 62 const omnibox = page.locator('input[ref=omnibox]'); constant 63 await omnibox.focus(); 64 await omnibox.selectText(); 65 await omnibox.press(':'); [all …]
|
D | queries.test.ts | 30 const omnibox = page.locator('input[ref=omnibox]'); constant 31 await omnibox.focus(); 32 await omnibox.fill('foo'); 33 await omnibox.selectText(); 34 await omnibox.press(':'); 36 await omnibox.fill( 40 await omnibox.press('Enter'); 51 await omnibox.selectText(); 53 await omnibox.press('Backspace');
|
D | perfetto_ui_test_helper.ts | 107 const omnibox = this.page.locator('input[ref=omnibox]'); constant 108 await omnibox.focus(); 109 await omnibox.fill(name); 111 await omnibox.press('Enter');
|
/external/perfetto/ui/src/frontend/ |
D | ui_main.ts | 90 callback: () => app.omnibox.setMode(OmniboxMode.Command), 128 const result = await app.omnibox.prompt('Select format...', { 152 const result = await app.omnibox.prompt( 195 callback: () => trace.omnibox.setMode(OmniboxMode.Query), 200 callback: () => trace.omnibox.setMode(OmniboxMode.Search), 307 const rootTableName = await trace.omnibox.prompt('Enter table name'); 310 const id = await trace.omnibox.prompt('Enter ID'); 518 const result = await trace.omnibox.prompt('Select a workspace...', { 528 const omnibox = AppImpl.instance.omnibox; constant 529 const omniboxMode = omnibox.mode; [all …]
|
D | topbar.ts | 43 const mode = AppImpl.instance.omnibox.mode; 82 omnibox: m.Children; property 88 const {omnibox} = attrs; constant 94 omnibox,
|
D | trace_converter.ts | 71 AppImpl.instance.omnibox.showStatusMessage(args.status);
|
/external/perfetto/ui/src/core_plugins/track_utils/ |
D | index.ts | 32 const omnibox = AppImpl.instance.omnibox; constant 33 omnibox.setMode(OmniboxMode.Query); 34 omnibox.setText( 37 omnibox.focus(/* cursorPlacement= */ 7); 48 const track = await ctx.omnibox.prompt('Choose a track...', { 66 const track = await ctx.omnibox.prompt('Choose a track...', { 85 const track = await ctx.omnibox.prompt('Choose a track...', {
|
/external/cronet/tot/third_party/metrics_proto/ |
D | omnibox_focus_type.proto | 15 // the UI control. This is used for both the omnibox and NTP realbox. 25 // special interaction annotation, including: normal omnibox searches, 26 // as-you-type omnibox suggestions, as well as non-omnibox searches. 29 // This search request is triggered by the user focusing the omnibox. 33 // omnibox permanent text at once, i.e. user is on "https://example.com",
|
D | omnibox_event.proto | 16 // Stores information about an omnibox interaction. 28 // The id of the originating tab for this omnibox interaction. 37 // Whether the user deleted text immediately before selecting an omnibox 41 // The number of terms that the user typed in the omnibox. 44 // The index of the item that the user selected in the omnibox popup list. 53 // DEPRECATED. Whether or not the top match was hidden in the omnibox 58 // Whether the omnibox popup is open. It can be closed if, for instance, 59 // the user clicks in the omnibox and hits return to reload the same page. 63 // omnibox dropdown (if it is open) when they happen, we pretend the 71 // The length of the inline autocomplete text in the omnibox. [all …]
|
D | omnibox_input_type.proto | 14 // Stores information about an omnibox interaction.
|
/external/cronet/stable/third_party/metrics_proto/ |
D | omnibox_focus_type.proto | 15 // the UI control. This is used for both the omnibox and NTP realbox. 25 // special interaction annotation, including: normal omnibox searches, 26 // as-you-type omnibox suggestions, as well as non-omnibox searches. 29 // This search request is triggered by the user focusing the omnibox. 33 // omnibox permanent text at once, i.e. user is on "https://example.com",
|
D | omnibox_event.proto | 16 // Stores information about an omnibox interaction. 28 // The id of the originating tab for this omnibox interaction. 37 // Whether the user deleted text immediately before selecting an omnibox 41 // The number of terms that the user typed in the omnibox. 44 // The index of the item that the user selected in the omnibox popup list. 53 // DEPRECATED. Whether or not the top match was hidden in the omnibox 58 // Whether the omnibox popup is open. It can be closed if, for instance, 59 // the user clicks in the omnibox and hits return to reload the same page. 63 // omnibox dropdown (if it is open) when they happen, we pretend the 71 // The length of the inline autocomplete text in the omnibox. [all …]
|
/external/cronet/tot/testing/android/junit/ |
D | shadows-allowlist.txt | 32 +org.chromium.chrome.browser.omnibox.geo.GeolocationHeader 33 +org.chromium.chrome.browser.omnibox.geo.GeolocationTracker 34 +org.chromium.chrome.browser.omnibox.geo.PlatformNetworksManager 35 +org.chromium.chrome.browser.omnibox.geo.VisibleNetworksTracker 36 +org.chromium.chrome.browser.omnibox.styles.OmniboxResourceProvider 37 +org.chromium.chrome.browser.omnibox.suggestions.CachedZeroSuggestionsManager 38 +org.chromium.chrome.browser.omnibox.UrlBarData 39 +org.chromium.chrome.browser.omnibox.voice.VoiceRecognitionUtil
|
/external/cronet/stable/testing/android/junit/ |
D | shadows-allowlist.txt | 32 +org.chromium.chrome.browser.omnibox.geo.GeolocationHeader 33 +org.chromium.chrome.browser.omnibox.geo.GeolocationTracker 34 +org.chromium.chrome.browser.omnibox.geo.PlatformNetworksManager 35 +org.chromium.chrome.browser.omnibox.geo.VisibleNetworksTracker 36 +org.chromium.chrome.browser.omnibox.styles.OmniboxResourceProvider 37 +org.chromium.chrome.browser.omnibox.suggestions.CachedZeroSuggestionsManager 38 +org.chromium.chrome.browser.omnibox.UrlBarData 39 +org.chromium.chrome.browser.omnibox.voice.VoiceRecognitionUtil
|
/external/perfetto/ui/src/plugins/dev.perfetto.AndroidPerf/ |
D | index.ts | 237 event = await ctx.omnibox.prompt( 257 value = await ctx.omnibox.prompt( 264 filter = await ctx.omnibox.prompt( 273 filterValue = await ctx.omnibox.prompt(
|
/external/perfetto/ui/src/assets/ |
D | topbar.scss | 17 @mixin omnibox-width() { 33 .omnibox { class 34 @include omnibox-width(); 257 .pf-omnibox-dropdown { 269 .pf-omnibox-options-container { 273 .pf-omnibox-section-header { 314 .pf-omnibox-dropdown-footer {
|
/external/cronet/stable/net/docs/ |
D | bug-triage-labels.md | 8 (certificate error pages or other security interstitials, omnibox indicators 113 Basically any issue with the omnibox. URLs being treated as search queries 116 the omnibox, that's due to Chrome's TLD list being out of date, and not an 117 omnibox issue. Such TLD issues should be duped against
|
/external/cronet/tot/net/docs/ |
D | bug-triage-labels.md | 8 (certificate error pages or other security interstitials, omnibox indicators 113 Basically any issue with the omnibox. URLs being treated as search queries 116 the omnibox, that's due to Chrome's TLD list being out of date, and not an 117 omnibox issue. Such TLD issues should be duped against
|
/external/perfetto/ui/src/plugins/dev.perfetto.RestorePinnedTracks/ |
D | index.ts | 97 const name = await this.ctx.omnibox.prompt( 115 const res = await this.ctx.omnibox.prompt( 137 const tracks = await this.ctx.omnibox.prompt(
|
/external/perfetto/ui/src/core/ |
D | trace_impl.ts | 288 this.omnibox.showStatusMessage( 387 get omnibox(): OmniboxManagerImpl { method in TraceImpl 388 return this.appImpl.omnibox;
|
D | app_impl.ts | 200 get omnibox(): OmniboxManagerImpl { method in AppImpl 291 this.omnibox.reset(/* focus= */ false);
|
/external/perfetto/ui/src/public/ |
D | app.ts | 38 readonly omnibox: OmniboxManager; property
|
/external/perfetto/ui/src/core_plugins/commands/ |
D | index.ts | 298 const name = await ctx.omnibox.prompt('Give it a name...'); 310 const workspace = await ctx.omnibox.prompt('Choose a workspace...', {
|
/external/perfetto/ui/src/plugins/dev.perfetto.Debug/ |
D | index.ts | 75 return await ctx.omnibox.prompt('Enter a query...');
|
/external/perfetto/ui/src/plugins/dev.perfetto.SqlModules/ |
D | index.ts | 45 const chosenTable = await ctx.omnibox.prompt(
|