Searched refs:instant (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/instant/
H A Dinstant_browsertest.cc11 #include "chrome/browser/instant/instant_controller.h"
12 #include "chrome/browser/instant/instant_loader.h"
13 #include "chrome/browser/instant/instant_loader_manager.h"
61 "http://%s:%d/files/instant/%s?q={searchTerms}",
82 return browser()->instant()->GetPendingPreviewContents();
85 // Type a character to get instant to trigger.
95 InstantController* instant = browser()->instant(); local
96 ASSERT_TRUE(instant);
98 instant
[all...]
/external/webrtc/src/modules/audio_processing/
H A Decho_cancellation_impl.cc260 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant;
265 metrics->echo_return_loss.instant = my_metrics.erl.instant;
270 metrics->echo_return_loss_enhancement.instant = my_metrics.erle.instant;
275 metrics->a_nlp.instant = my_metrics.aNlp.instant;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc24 #include "chrome/browser/instant/instant_controller.h"
210 InstantController* instant = controller_->GetInstant(); local
214 if (update_instant_ && instant && tab) {
221 instant->DestroyPreviewContentsAndLeaveActive();
223 instant->Update(tab, CurrentMatch(), view_->GetText(),
227 instant->DestroyPreviewContents();
229 might_support_instant = instant->MightSupportInstant();
236 // No need to wait any longer for instant.
261 // so that we can display instant suggest along with composition text.
271 // As we use a separated widget for displaying the instant sugges
401 InstantController* instant = controller_->GetInstant(); local
542 InstantController* instant = controller_->GetInstant(); local
592 InstantController* instant = controller_->GetInstant(); local
806 InstantController* instant = controller_->GetInstant(); local
[all...]
/external/webrtc/src/modules/audio_processing/aec/interface/
H A Decho_cancellation.h46 WebRtc_Word16 instant; member in struct:__anon15709
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h58 float instant; member in struct:__anon15699
H A Decho_cancellation.c724 metrics->erl.instant = (short) aecpc->aec->erl.instant;
745 metrics->erle.instant = (short) aecpc->aec->erle.instant;
774 metrics->rerl.instant = stmp;
779 metrics->aNlp.instant = (short) aecpc->aec->aNlp.instant;
H A Daec_core.c1305 stats->instant = offsetLevel;
1415 aec->erl.instant = dtmp;
1445 aec->aNlp.instant = dtmp2;
1476 aec->erle.instant = dtmp;
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h213 int instant; // Instantaneous value. member in struct:webrtc::AudioProcessing::Statistic
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc54 #include "chrome/browser/instant/instant_controller.h"
55 #include "chrome/browser/instant/instant_unload_handler.h"
2739 if (instant())
2740 instant()->DestroyPreviewContents();
3446 if (instant()) {
3447 instant()->DestroyPreviewContents();
4319 if (!instant() || !instant()->is_active() || !instant()->IsCurrent() ||
4322 // attempt to use the instant previe
[all...]
H A Dbrowser.h22 #include "chrome/browser/instant/instant_delegate.h"
187 InstantController* instant() const { return instant_.get(); } function in class:Browser
1019 // Commits the current instant, returning true on success. This is intended
1023 // If this browser should have instant one is created, otherwise does nothing.
1137 // Keep track of when instant enabled changes.
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc54 #include "chrome/browser/instant/instant_controller.h"
3113 if (browser->instant()) {
3114 InstantController* instant = browser->instant(); local
3116 info->SetBoolean("showing", instant->IsShowingInstant());
3117 info->SetBoolean("active", instant->is_active());
3118 info->SetBoolean("current", instant->IsCurrent());
3119 if (instant->GetPreviewContents() &&
3120 instant->GetPreviewContents()->tab_contents()) {
3121 TabContents* contents = instant
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc199 EXPECT_EQ(reference.instant(), test.instant);
207 message->set_instant(output.instant);
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc311 return browser_->instant();
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc29 #include "chrome/browser/instant/instant_controller.h"
569 return browser_->instant();

Completed in 198 milliseconds