HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 1001 - 1025 of 3084) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/search_engines/
template_url_prepopulate_data.h 63 // Returns the type of the provided engine, or SEARCH_ENGINE_OTHER if no engines
template_url_service_util_unittest.cc 55 // Default set - Prefer the default search engine over all other criteria.
  /external/chromium_org/chrome/browser/speech/
tts_controller.h 26 // Events sent back from the TTS engine indicating the progress.
70 // If true, the synthesis engine is a remote network resource.
245 // Singleton class that manages text-to-speech for the TTS and TTS engine
273 // Handle events received from the speech engine. Events are forwarded to
  /external/chromium_org/chrome/browser/sync/glue/
browser_thread_model_worker.h 12 #include "sync/internal_api/public/engine/model_safe_worker.h"
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 18 #include "sync/test/engine/test_id_factory.h"
  /external/chromium_org/chrome/common/importer/
importer_data_types.h 49 // Contains information needed for importing bookmarks/search engine urls, etc.
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 407 // Firefox doesn't store a search engine in its sqlite database unless the
408 // user has added a engine. So we get search engines from sqlite db as well
415 std::string engine(s.ColumnString(0));
420 size_t index = engine.find(kAppPrefix);
423 file = app_path.AppendASCII(engine.substr(index + kAppPrefix.length()));
424 } else if ((index = engine.find(kProfilePrefix)) != std::string::npos) {
427 engine.substr(index + kProfilePrefix.length()));
430 file = base::FilePath::FromUTF8Unsafe(engine);
453 // Get search engine definition from file system.
  /external/chromium_org/chromeos/ime/
input_method_descriptor.h 49 // An ID that identifies an input method engine (e.g., "t:latn-post",
  /external/chromium_org/content/renderer/pepper/
plugin_object.h 24 // which might be implemented by the plugin (here) or by the JS engine.
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 99 // Ensure we pick up the default theme engine.
213 void TestWebKitPlatformSupport::SetThemeEngine(blink::WebThemeEngine* engine) {
214 active_theme_engine_ = engine ?
215 engine : WebKitPlatformSupportChildImpl::themeEngine();
  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl.h 8 #include "google_apis/gcm/engine/connection_factory.h"
  /external/chromium_org/gpu/config/
gpu_blacklist_unittest.cc 66 gpu_info_.gl_renderer = "NVIDIA GeForce GT 120 OpenGL Engine";
  /external/chromium_org/media/audio/android/
opensles_input.h 77 // Shared engine interfaces for the app.
opensles_output.h 82 // Shared engine interfaces for the app.
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.h 17 // on an event signal which is set periodically by the audio engine to signal
141 // Retrieves the sample rate the audio engine uses for its internal
230 // an audio stream between an audio application and the audio engine.
237 // The audio engine will signal this event each time a buffer becomes
  /external/chromium_org/net/proxy/
proxy_resolver.h 64 // engine. Most subclasses don't need to do anything, so we provide a default
  /external/chromium_org/sync/engine/
download.h 9 #include "sync/engine/sync_directory_update_handler.h"
sync_directory_update_handler.h 13 #include "sync/engine/process_updates_util.h"
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 21 // it to track and report on the sync engine's internal state, and the functions
  /external/chromium_org/sync/internal_api/public/
internal_components_factory.h 17 #include "sync/internal_api/public/engine/model_safe_worker.h"
  /external/chromium_org/sync/sessions/
status_controller.h 27 #include "sync/internal_api/public/engine/model_safe_worker.h"
test_util.h 9 #include "sync/engine/syncer.h"
  /external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc 32 // WebRTC media engine.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencereceivetask.h 56 // Called by the XMPP engine when presence stanzas are received from the
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 185 * An axis traversal function. To traverse an axis, the engine calls
229 * engine.
244 * engine.
254 * Flags for XPath engine compilation and runtime

Completed in 359 milliseconds

<<41424344454647484950>>