HomeSort by relevance Sort by last modified time
    Searched defs:instant (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.h 47 // Commits the current Instant, returning true on success. This is intended
56 InstantController* instant() { return &instant_; } function in class:BrowserInstantController
browser_navigator.cc 375 BrowserInstantController* instant = params->browser->instant_controller(); local
376 return instant && instant->MaybeSwapInInstantNTPContents(
549 // Did we use Instant's NTP contents?
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.h 33 // derived test class additional Instant-related functionality.
58 InstantController* instant() { function in class:InstantTestBase
59 return browser_->instant_controller()->instant();
  /external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h 46 WebRtc_Word16 instant; member in struct:__anon30479
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 11 #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->GetPreviewContents() : GetPendingPreviewContents()
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 48 INSTANT("I");
116 * logged whenever {@link #instant(String)}, {@link #begin(String)}, or {@link #end(String)}
132 * If this feature is enabled, whenever {@link #instant(String)}, {@link #begin(String)},
151 * Record an "instant" perf trace event. E.g. "screen update happened".
153 public static synchronized void instant(String name) { method in class:PerfTraceEvent
154 // Instant doesn't really need/take an event id, but this should be okay.
156 TraceEvent.instant(name);
158 savePerfString(name, eventId, EventType.INSTANT, false);
235 // Done after calculating the instant perf data to ensure calculating the memory usage
TraceEvent.java 130 TraceEvent.instant("TraceEvent.LooperMonitor:IdleStats", message);
252 * Triggers the 'instant' native trace event with no arguments.
255 public static void instant(String name) { method in class:TraceEvent
260 * Triggers the 'instant' native trace event.
264 public static void instant(String name, String arg) { method in class:TraceEvent
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 213 int instant; // Instantaneous value. member in struct:webrtc::AudioProcessing::Statistic
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 24 #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.
260 // TODO(suzhe): Fix Mac port to display Instant suggest in a separated NSView,
261 // so that we can display instant suggest along with composition text
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/ui/
browser.h 22 #include "chrome/browser/instant/instant_delegate.h"
187 InstantController* instant() const { return instant_.get(); } function in class:Browser
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 256 // same user text and the same instant suggestion, even if the auto-commit
850 InstantController* instant = GetInstantController(); local
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 58 float instant; member in struct:__anon30469
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 54 #include "chrome/browser/instant/instant_controller.h"
3114 InstantController* instant = browser->instant(); local
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 327 milliseconds