HomeSort by relevance Sort by last modified time
    Searched refs:SetDisplay (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/ui/base/cursor/
image_cursors.h 32 bool SetDisplay(const gfx::Display& display, float scale_factor);
image_cursors.cc 89 bool ImageCursors::SetDisplay(const gfx::Display& display,
  /external/chromium_org/ui/wm/core/
native_cursor_manager.h 28 virtual void SetDisplay(
cursor_manager.h 56 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
cursor_manager.cc 151 void CursorManager::SetDisplay(const gfx::Display& display) {
152 delegate_->SetDisplay(display, this);
cursor_manager_unittest.cc 16 virtual void SetDisplay(
  /external/chromium_org/ash/display/
cursor_window_controller.h 41 void SetDisplay(const gfx::Display& display);
cursor_window_controller.cc 122 SetDisplay(display);
134 void CursorWindowController::SetDisplay(const gfx::Display& display) {
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.h 48 virtual void SetDisplay(
ash_native_cursor_manager.cc 72 void AshNativeCursorManager::SetDisplay(
80 if (image_cursors_->SetDisplay(display, scale_factor))
84 SetDisplay(display);
  /external/chromium_org/ui/aura/client/
cursor_client.h 62 virtual void SetDisplay(const gfx::Display& display) = 0;
  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 69 void TestCursorClient::SetDisplay(const gfx::Display& display) {
test_cursor_client.h 45 virtual void SetDisplay(const gfx::Display& display) OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_cursor_manager.h 51 virtual void SetDisplay(
desktop_native_cursor_manager.cc 39 void DesktopNativeCursorManager::SetDisplay(
  /external/chromium_org/apps/shell/browser/
shell_desktop_controller.cc 84 virtual void SetDisplay(
87 if (image_cursors_->SetDisplay(display, display.device_scale_factor()))
272 cursor_manager_->SetDisplay(
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_apitest.cc 205 IN_PROC_BROWSER_TEST_F(SystemDisplayApiTest, SetDisplay) {
  /external/chromium_org/ui/aura/
window_tree_host.cc 268 cursor_client->SetDisplay(display);
window_tree_host_x11.cc 348 cursor_client->SetDisplay(display);
window.cc 187 cursor_client->SetDisplay(display);
    [all...]
  /external/clang/tools/scan-build/
scan-build 585 function SetDisplay(RowClass, DisplayVal)
621 SetDisplay(ClassName, "");
627 SetDisplay(ClassName, "none");
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 562 function SetDisplay(RowClass, DisplayVal)
598 SetDisplay(ClassName, "");
604 SetDisplay(ClassName, "none");
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 562 function SetDisplay(RowClass, DisplayVal)
598 SetDisplay(ClassName, "");
604 SetDisplay(ClassName, "none");
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 198 static void SetDisplay(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
  /external/chromium_org/ash/
shell.cc 876 cursor_manager_.SetDisplay(GetScreen()->GetPrimaryDisplay());
    [all...]

Completed in 318 milliseconds

1 2