HomeSort by relevance Sort by last modified time
    Searched refs:driver_ (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/content/test/
mock_keyboard.cc 30 if (!driver_.SetLayout(layout))
38 if (!driver_.SetModifiers(modifiers))
44 return driver_.GetCharacters(key_code, output);
mock_keyboard.h 102 MockKeyboardDriverWin driver_; member in class:content::MockKeyboard
  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl_unittest.cc 72 driver_.reset(new TestAutofillDriverImpl(web_contents(),
79 driver_.reset();
140 scoped_ptr<TestAutofillDriverImpl> driver_; member in class:autofill::AutofillDriverImplTest
144 EXPECT_CALL(*driver_->mock_autofill_manager(), Reset());
150 driver_->DidNavigateMainFrame(details, params);
154 EXPECT_CALL(*driver_->mock_autofill_manager(), Reset()).Times(0);
159 driver_->DidNavigateMainFrame(details, params);
166 driver_->SendFormDataToRenderer(input_page_id, input_form_data);
181 driver_->SendAutofillTypePredictionsToRenderer(forms);
195 driver_->SendAutofillTypePredictionsToRenderer(forms)
    [all...]
  /external/chromium_org/ui/gl/
gl_osmesa_api_implementation.cc 44 : driver_(NULL) {
51 driver_ = driver;
gl_wgl_api_implementation.cc 45 : driver_(NULL) {
52 driver_ = driver;
gl_osmesa_api_implementation.h 33 DriverOSMESA* driver_; member in class:gfx::OSMESAApiBase
gl_egl_api_implementation.h 35 DriverEGL* driver_; member in class:gfx::EGLApiBase
gl_glx_api_implementation.h 35 DriverGLX* driver_; member in class:gfx::GLXApiBase
gl_wgl_api_implementation.h 35 DriverWGL* driver_; member in class:gfx::WGLApiBase
gl_egl_api_implementation.cc 45 : driver_(NULL) {
52 driver_ = driver;
gl_glx_api_implementation.cc 45 : driver_(NULL) {
52 driver_ = driver;
gl_gl_api_implementation.h 41 DriverGL* driver_; member in class:gfx::GLApiBase
gl_gl_api_implementation.cc 207 : driver_(NULL) {
214 driver_ = driver;
244 reinterpret_cast<const char*>(driver_->fn.glGetStringFn(GL_EXTENSIONS)));
315 return driver_->fn.glGetStringFn(name);
  /art/compiler/jni/portable/
jni_compiler.h 70 CompilerDriver* driver_; member in class:art::llvm::JniCompiler
jni_compiler.cc 55 : cunit_(cunit), driver_(&driver), module_(cunit_->GetModule()),
254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(),
  /art/compiler/llvm/
llvm_compilation_unit.h 82 driver_ = driver;
115 CompilerDriver* driver_; member in class:art::llvm::LlvmCompilationUnit
llvm_compilation_unit.cc 101 driver_ = NULL;
243 driver_, dex_compilation_unit_));
247 driver_, dex_compilation_unit_));
gbc_expander.cc 133 art::CompilerDriver* const driver_; member in class:__anon11::GBCExpanderPass::art
415 driver_(driver),
848 bool is_fast_path = driver_->ComputeInvokeInfo(dex_compilation_unit_, dex_pc,
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 41 : driver_(compiler),
91 CompilerDriver& driver_; member in class:art::optimizer::DexCompiler
168 if (!driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
185 if (!driver_.IsSafeCast(referrer, dex_pc)) {
219 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, field_offset,
249 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, invoke_type,
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 187 : driver_(driver),
257 if (driver_->GetWebContents()->GetBrowserContext()->IsOffTheRecord())
341 RenderViewHost* host = driver_->GetWebContents()->GetRenderViewHost();
531 driver_->SendFormDataToRenderer(query_id, result);
573 driver_->SendFormDataToRenderer(query_id, result);
645 return driver_->GetWebContents();
710 // driver_->GetWebContents() will be NULL when the interactive autocomplete
712 if (!driver_->GetWebContents())
715 RenderViewHost* host = driver_->GetWebContents()->GetRenderViewHost();
748 RenderViewHost* host = driver_->GetWebContents()->GetRenderViewHost()
    [all...]
autocomplete_history_manager.h 75 AutofillDriver* driver_; member in class:autofill::AutocompleteHistoryManager
autocomplete_history_manager.cc 48 driver_(driver),
autofill_manager.h 315 AutofillDriver* driver_; member in class:autofill::AutofillManager

Completed in 1455 milliseconds