Searched defs:instant (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/interface/
H A Decho_cancellation.h46 WebRtc_Word16 instant; member in struct:__anon15116
/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/interface/
H A Daudio_processing.h213 int instant; // Instantaneous value. member in struct:webrtc::AudioProcessing::Statistic
/external/chromium/chrome/browser/ui/
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/webrtc/src/modules/audio_processing/aec/
H A Daec_core.h58 float instant; member in struct:__anon15106
/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/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...]

Completed in 152 milliseconds