Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/instant/
Dinstant_browsertest.cc82 return browser()->instant()->GetPendingPreviewContents(); in GetPendingPreviewContents()
95 InstantController* instant = browser()->instant(); in WaitForPreviewToNavigate() local
96 ASSERT_TRUE(instant); in WaitForPreviewToNavigate()
98 instant->GetPreviewContents() : GetPendingPreviewContents(); in WaitForPreviewToNavigate()
110 ASSERT_TRUE(browser()->instant()->IsShowingInstant()); in SetupPreview()
111 ASSERT_FALSE(browser()->instant()->is_displayable()); in SetupPreview()
112 ASSERT_TRUE(browser()->instant()->is_active()); in SetupPreview()
128 return browser()->instant()->loader_manager_-> in GetSuggestion()
332 browser()->instant()->GetCurrentURL().spec()); in IN_PROC_BROWSER_TEST_F()
434 ASSERT_TRUE(browser()->instant()->is_active()); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc210 InstantController* instant = controller_->GetInstant(); in OnChanged() local
214 if (update_instant_ && instant && tab) { in OnChanged()
221 instant->DestroyPreviewContentsAndLeaveActive(); in OnChanged()
223 instant->Update(tab, CurrentMatch(), view_->GetText(), in OnChanged()
227 instant->DestroyPreviewContents(); in OnChanged()
229 might_support_instant = instant->MightSupportInstant(); in OnChanged()
401 InstantController* instant = controller_->GetInstant(); in StopAutocomplete() local
402 if (instant && !instant->commit_on_mouse_up()) in StopAutocomplete()
403 instant->DestroyPreviewContents(); in StopAutocomplete()
542 InstantController* instant = controller_->GetInstant(); in OpenURL() local
[all …]
Dautocomplete_popup_view_mac.mm16 #include "chrome/browser/instant/instant_confirm_dialog.h"
17 #include "chrome/browser/instant/promo_counter.h"
485 // Add in the instant view if needed and not already present.
/external/webkit/Source/WebCore/manual-tests/
Dsvg-cursor-changes.svg4 <!-- Clicking this circle should result in an instant update of the cursor location of this and the…
7 <!-- Clicking this circle should result in an instant update of the cursor location of this and the…
13 <!-- Clicking this circle should result in an instant update of the cursor location (tested using D…
16 <!-- Clicking this circle should result in an instant update of the cursor location (tested using S…
21 <!-- Clicking this circle should result in an instant update of the cursor image (tested using DOM)…
26 <!-- Clicking this circle should result in an instant update of the cursor image (tested using SVG …
/external/webrtc/src/modules/audio_processing/
Decho_cancellation_impl.cc260 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant; in GetMetrics()
265 metrics->echo_return_loss.instant = my_metrics.erl.instant; in GetMetrics()
270 metrics->echo_return_loss_enhancement.instant = my_metrics.erle.instant; in GetMetrics()
275 metrics->a_nlp.instant = my_metrics.aNlp.instant; in GetMetrics()
/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c724 metrics->erl.instant = (short) aecpc->aec->erl.instant; in WebRtcAec_GetMetrics()
745 metrics->erle.instant = (short) aecpc->aec->erle.instant; in WebRtcAec_GetMetrics()
774 metrics->rerl.instant = stmp; in WebRtcAec_GetMetrics()
779 metrics->aNlp.instant = (short) aecpc->aec->aNlp.instant; in WebRtcAec_GetMetrics()
Daec_core.h58 float instant; member
Daec_core.c1305 stats->instant = offsetLevel; in WebRtcAec_InitStats()
1415 aec->erl.instant = dtmp; in UpdateMetrics()
1445 aec->aNlp.instant = dtmp2; in UpdateMetrics()
1476 aec->erle.instant = dtmp; in UpdateMetrics()
/external/bluetooth/hcidump/parser/
Dlmp.c483 uint32_t instant = LMP_U32(frm); in switch_req_dump() local
486 printf("switch instant 0x%4.4x\n", instant); in switch_req_dump()
492 uint32_t instant = LMP_U32(frm); in hold_dump() local
498 printf("hold instant 0x%4.4x\n", instant); in hold_dump()
701 uint32_t instant = LMP_U32(frm); in set_afh_dump() local
710 printf("AFH_instant 0x%04x\n", instant); in set_afh_dump()
1097 uint32_t instant = LMP_U32(frm); in sniff_subrating_dump() local
1106 printf("subrate instant 0x%4.4x\n", instant); in sniff_subrating_dump()
/external/webrtc/src/modules/audio_processing/test/
Dunittest.proto24 optional int32 instant = 1; field
Dunit_test.cc199 EXPECT_EQ(reference.instant(), test.instant); in TestStats()
207 message->set_instant(output.instant); in WriteStatsMessage()
/external/webrtc/src/modules/audio_processing/aec/interface/
Decho_cancellation.h46 WebRtc_Word16 instant; member
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h213 int instant; // Instantaneous value. member
/external/chromium/chrome/browser/ui/
Dbrowser.cc2739 if (instant()) in TabDeselected()
2740 instant()->DestroyPreviewContents(); in TabDeselected()
3446 if (instant()) { in Observe()
3447 instant()->DestroyPreviewContents(); in Observe()
4319 if (!instant() || !instant()->is_active() || !instant()->IsCurrent() || in OpenInstant()
4327 instant()->CommitCurrentPreview(INSTANT_COMMIT_PRESSED_ENTER); in OpenInstant()
4331 TabContentsWrapper* preview_contents = instant()->ReleasePreviewContents( in OpenInstant()
4340 instant()->last_transition_type(), in OpenInstant()
4342 instant()->CompleteRelease(preview_contents->tab_contents()); in OpenInstant()
Dbrowser.h187 InstantController* instant() const { return instant_.get(); } in instant() function
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc3113 if (browser->instant()) { in GetInstantInfo()
3114 InstantController* instant = browser->instant(); in GetInstantInfo() local
3116 info->SetBoolean("showing", instant->IsShowingInstant()); in GetInstantInfo()
3117 info->SetBoolean("active", instant->is_active()); in GetInstantInfo()
3118 info->SetBoolean("current", instant->IsCurrent()); in GetInstantInfo()
3119 if (instant->GetPreviewContents() && in GetInstantInfo()
3120 instant->GetPreviewContents()->tab_contents()) { in GetInstantInfo()
3121 TabContents* contents = instant->GetPreviewContents()->tab_contents(); in GetInstantInfo()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm23 #include "chrome/browser/instant/instant_controller.h"
291 return browser_->instant();
/external/chromium/chrome/browser/ui/views/
Dtoolbar_view.cc311 return browser_->instant(); in GetInstant()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm17 #include "chrome/browser/instant/instant_controller.h"
1483 // This is only called when instant results are committed. Simply remove the
1841 // instant isn't showing.
1850 InstantController::CommitIfCurrent(browser_->instant());
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc569 return browser_->instant(); in GetInstant()
/external/chromium/chrome/browser/
Dapp_controller_mac.mm20 #include "chrome/browser/instant/instant_confirm_dialog.h"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_lexpos.utf3008 N_M_SG "instant" :G2P
/external/bison/doc/
Dbison.texinfo8528 each instant in time. As input to the machine is processed, the
Dbison.info7764 at each instant in time. As input to the machine is processed, the
/external/srec/config/en.us/dictionary/
Dlarge.ok14655 instant inst~t

12