Home
last modified time | relevance | path

Searched refs:omnibox (Results 1 – 25 of 38) sorted by relevance

12

/external/perfetto/ui/src/test/
Ddebug_tracks.test.ts33 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 …]
Dqueries.test.ts30 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');
Dperfetto_ui_test_helper.ts107 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/
Dui_main.ts90 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 …]
Dtopbar.ts43 const mode = AppImpl.instance.omnibox.mode;
82 omnibox: m.Children; property
88 const {omnibox} = attrs; constant
94 omnibox,
Dtrace_converter.ts71 AppImpl.instance.omnibox.showStatusMessage(args.status);
/external/perfetto/ui/src/core_plugins/track_utils/
Dindex.ts32 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/
Domnibox_focus_type.proto15 // 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",
Domnibox_event.proto16 // 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 …]
Domnibox_input_type.proto14 // Stores information about an omnibox interaction.
/external/cronet/stable/third_party/metrics_proto/
Domnibox_focus_type.proto15 // 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",
Domnibox_event.proto16 // 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/
Dshadows-allowlist.txt32 +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/
Dshadows-allowlist.txt32 +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/
Dindex.ts237 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/
Dtopbar.scss17 @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/
Dbug-triage-labels.md8 (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/
Dbug-triage-labels.md8 (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/
Dindex.ts97 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/
Dtrace_impl.ts288 this.omnibox.showStatusMessage(
387 get omnibox(): OmniboxManagerImpl { method in TraceImpl
388 return this.appImpl.omnibox;
Dapp_impl.ts200 get omnibox(): OmniboxManagerImpl { method in AppImpl
291 this.omnibox.reset(/* focus= */ false);
/external/perfetto/ui/src/public/
Dapp.ts38 readonly omnibox: OmniboxManager; property
/external/perfetto/ui/src/core_plugins/commands/
Dindex.ts298 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/
Dindex.ts75 return await ctx.omnibox.prompt('Enter a query...');
/external/perfetto/ui/src/plugins/dev.perfetto.SqlModules/
Dindex.ts45 const chosenTable = await ctx.omnibox.prompt(

12