Searched refs:Env (Results 76 - 100 of 119) sorted by relevance

12345

/external/chromium_org/third_party/leveldatabase/src/db/
H A Drepair.cc101 Env* const env_;
164 Env* env;
H A Dversion_set.h295 Env* const env_;
H A Dskiplist_test.cc358 Env::Default()->Schedule(ConcurrentReader, &state);
/external/chromium_org/chrome/browser/ui/views/
H A Dsimple_message_box_views.cc181 aura::Env::GetInstance()->GetDispatcher()->Dispatch(event);
/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurax11.cc169 gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location();
/external/chromium_org/ui/views/corewm/
H A Dcompound_event_filter.cc263 !aura::Env::GetInstance()->IsMouseButtonDown()) {
H A Dtooltip_controller.cc252 aura::Env::GetInstance()->IsMouseButtonDown() ||
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h344 Environment Env; member in class:llvm::MCObjectFileInfo
/external/llvm/unittests/ADT/
H A DTripleTest.cpp204 for (int Env = 1+Triple::UnknownEnvironment; Env <= Triple::MachO;
205 ++Env) {
206 C[3] = Triple::getEnvironmentTypeName(Triple::EnvironmentType(Env));
/external/chromium_org/ash/
H A Dshell_unittest.cc504 // Verifies an EventHandler added to Env gets notified from EventGenerator.
507 aura::Env::GetInstance()->AddPreTargetHandler(&event_handler);
511 aura::Env::GetInstance()->RemovePreTargetHandler(&event_handler);
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc346 aura::Env::GetInstance()->set_last_mouse_location(cursor_pos);
636 location_in_screen = aura::Env::GetInstance()->last_mouse_location();
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc252 gfx::Point point = aura::Env::GetInstance()->last_mouse_location();
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_unittest.cc252 leveldb::Env* env = leveldb::IDBEnv();
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.h134 class ChromiumEnv : public leveldb::Env,
H A Denv_chromium.cc1208 Env* IDBEnv() {
1212 Env* Env::Default() {
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc305 aura::Env::CreateInstance();
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc201 gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location();
/external/chromium/testing/gtest/scripts/
H A Dpump.py584 class Env: class in inherits:
590 clone = Env()
819 RunCode(Env(), ast, output)
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py584 class Env: class in inherits:
590 clone = Env()
827 RunCode(Env(), ast, output)
/external/gtest/scripts/
H A Dpump.py584 class Env: class in inherits:
590 clone = Env()
819 RunCode(Env(), ast, output)
/external/chromium_org/apps/ui/views/
H A Dshell_window_frame_view.cc171 if (aura::Env::GetInstance()->is_touch_down())
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc372 if (!aura::Env::GetInstance()->is_touch_down())
/external/chromium_org/content/browser/renderer_host/media/
H A Ddesktop_capture_device_aura.cc369 gfx::Point cursor_position = aura::Env::GetInstance()->last_mouse_location();
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc328 aura::Env::DeleteInstance();
/external/chromium_org/ui/aura/
H A Dwindow.cc182 Env::GetInstance()->last_mouse_location());
311 Env::GetInstance()->NotifyWindowInitialized(this);
726 local_bounds.Inset(aura::Env::GetInstance()->is_touch_down() ?
1510 Env::GetInstance();

Completed in 735 milliseconds

12345