Searched refs:instant (Results 1 - 16 of 16) 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/main/source/
H A Decho_cancellation_impl.cc259 metrics->residual_echo_return_loss.instant = my_metrics.rerl.instant;
264 metrics->echo_return_loss.instant = my_metrics.erl.instant;
269 metrics->echo_return_loss_enhancement.instant = my_metrics.erle.instant;
274 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/main/interface/
H A Decho_cancellation.h45 WebRtc_Word16 instant; member in struct:__anon12312
/external/webrtc/src/modules/audio_processing/aec/main/source/
H A Decho_cancellation.c639 metrics->erl.instant = (short) aecpc->aec->erl.instant;
660 metrics->erle.instant = (short) aecpc->aec->erle.instant;
689 metrics->rerl.instant = stmp;
694 metrics->aNlp.instant = (short) aecpc->aec->aNlp.instant;
H A Daec_core.h61 float instant; member in struct:__anon12316
H A Daec_core.c1288 stats->instant = offsetLevel;
1372 aec->erl.instant = dtmp;
1402 aec->aNlp.instant = dtmp2;
1432 aec->erle.instant = dtmp;
/external/bluetooth/hcidump/parser/
H A Dlmp.c483 uint32_t instant = LMP_U32(frm); local
486 printf("switch instant 0x%4.4x\n", instant);
492 uint32_t instant = LMP_U32(frm); local
498 printf("hold instant 0x%4.4x\n", instant);
701 uint32_t instant = LMP_U32(frm); local
710 printf("AFH_instant 0x%04x\n", instant);
1097 uint32_t instant = LMP_U32(frm); local
1106 printf("subrate instant
[all...]
/external/webrtc/src/modules/audio_processing/main/interface/
H A Daudio_processing.h208 int instant; // Instantaneous value. member in struct:webrtc::AudioProcessing::Statistic
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
H A Daudio_processing_unittest.pb.cc119 // optional int32 instant = 1;
199 // optional int32 instant = 1;
201 ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->instant(), output);
225 // optional int32 instant = 1;
229 this->instant());
269 set_instant(from.instant());
H A Daudio_processing_unittest.pb.h84 // optional int32 instant = 1;
88 inline ::google::protobuf::int32 instant() const;
453 // optional int32 instant = 1;
467 inline ::google::protobuf::int32 Test_Statistic::instant() const { function in class:audio_processing_unittest::Test_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/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 322 milliseconds