OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "chrome/common/pref_names.h" | 5 #include "chrome/common/pref_names.h" |
6 | 6 |
7 #include "base/basictypes.h" | 7 #include "base/basictypes.h" |
8 #include "chrome/common/pref_font_webkit_names.h" | 8 #include "chrome/common/pref_font_webkit_names.h" |
9 | 9 |
10 namespace prefs { | 10 namespace prefs { |
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2330 // A value of 0 indicates that logout should happen immediately, without showing | 2330 // A value of 0 indicates that logout should happen immediately, without showing |
2331 // a confirmation dialog. | 2331 // a confirmation dialog. |
2332 const char kLogoutDialogDurationMs[] = "logout_dialog_duration_ms"; | 2332 const char kLogoutDialogDurationMs[] = "logout_dialog_duration_ms"; |
2333 const char kPinnedLauncherApps[] = "pinned_launcher_apps"; | 2333 const char kPinnedLauncherApps[] = "pinned_launcher_apps"; |
2334 // Boolean value indicating whether to show a logout button in the ash tray. | 2334 // Boolean value indicating whether to show a logout button in the ash tray. |
2335 const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; | 2335 const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; |
2336 #endif | 2336 #endif |
2337 | 2337 |
2338 #if defined(USE_AURA) | 2338 #if defined(USE_AURA) |
2339 // Tuning settings for gestures. | 2339 // Tuning settings for gestures. |
2340 const char kFlingVelocityCap[] = "gesture.fling_velocity_cap"; | |
2341 const char kLongPressTimeInSeconds[] = | |
2342 "gesture.long_press_time_in_seconds"; | |
2343 const char kMaxDistanceBetweenTapsForDoubleTap[] = | |
2344 "gesture.max_distance_between_taps_for_double_tap"; | |
2345 const char kMaxDistanceForTwoFingerTapInPixels[] = | |
2346 "gesture.max_distance_for_two_finger_tap_in_pixels"; | |
2347 const char kMaxSecondsBetweenDoubleClick[] = | |
2348 "gesture.max_seconds_between_double_click"; | |
2349 const char kMaxSeparationForGestureTouchesInPixels[] = | 2340 const char kMaxSeparationForGestureTouchesInPixels[] = |
2350 "gesture.max_separation_for_gesture_touches_in_pixels"; | 2341 "gesture.max_separation_for_gesture_touches_in_pixels"; |
2351 const char kMaxSwipeDeviationRatio[] = | |
2352 "gesture.max_swipe_deviation_ratio"; | |
2353 const char kMaxTouchDownDurationInSecondsForClick[] = | |
2354 "gesture.max_touch_down_duration_in_seconds_for_click"; | |
2355 const char kMaxTouchMoveInPixelsForClick[] = | |
2356 "gesture.max_touch_move_in_pixels_for_click"; | |
2357 const char kMinDistanceForPinchScrollInPixels[] = | |
2358 "gesture.min_distance_for_pinch_scroll_in_pixels"; | |
2359 const char kMinFlickSpeedSquared[] = | |
2360 "gesture.min_flick_speed_squared"; | |
2361 const char kMinPinchUpdateDistanceInPixels[] = | |
2362 "gesture.min_pinch_update_distance_in_pixels"; | |
2363 const char kMinRailBreakVelocity[] = | |
2364 "gesture.min_rail_break_velocity"; | |
2365 const char kMinScrollDeltaSquared[] = | |
2366 "gesture.min_scroll_delta_squared"; | |
2367 const char kMinSwipeSpeed[] = | |
2368 "gesture.min_swipe_speed"; | |
2369 const char kMinTouchDownDurationInSecondsForClick[] = | |
2370 "gesture.min_touch_down_duration_in_seconds_for_click"; | |
2371 const char kPointsBufferedForVelocity[] = | |
2372 "gesture.points_buffered_for_velocity"; | |
2373 const char kRailBreakProportion[] = | |
2374 "gesture.rail_break_proportion"; | |
2375 const char kRailStartProportion[] = | |
2376 "gesture.rail_start_proportion"; | |
2377 const char kScrollPredictionSeconds[] = | |
2378 "gesture.scroll_prediction_seconds"; | |
2379 const char kSemiLongPressTimeInSeconds[] = | 2342 const char kSemiLongPressTimeInSeconds[] = |
2380 "gesture.semi_long_press_time_in_seconds"; | 2343 "gesture.semi_long_press_time_in_seconds"; |
2381 const char kShowPressDelayInMS[] = | |
2382 "gesture.show_press_delay_in_ms"; | |
2383 const char kTabScrubActivationDelayInMS[] = | 2344 const char kTabScrubActivationDelayInMS[] = |
2384 "gesture.tab_scrub_activation_delay_in_ms"; | 2345 "gesture.tab_scrub_activation_delay_in_ms"; |
2385 const char kFlingAccelerationCurveCoefficient0[] = | 2346 const char kFlingAccelerationCurveCoefficient0[] = |
2386 "gesture.fling_acceleration_curve_coefficient_0"; | 2347 "gesture.fling_acceleration_curve_coefficient_0"; |
2387 const char kFlingAccelerationCurveCoefficient1[] = | 2348 const char kFlingAccelerationCurveCoefficient1[] = |
2388 "gesture.fling_acceleration_curve_coefficient_1"; | 2349 "gesture.fling_acceleration_curve_coefficient_1"; |
2389 const char kFlingAccelerationCurveCoefficient2[] = | 2350 const char kFlingAccelerationCurveCoefficient2[] = |
2390 "gesture.fling_acceleration_curve_coefficient_2"; | 2351 "gesture.fling_acceleration_curve_coefficient_2"; |
2391 const char kFlingAccelerationCurveCoefficient3[] = | 2352 const char kFlingAccelerationCurveCoefficient3[] = |
2392 "gesture.fling_acceleration_curve_coefficient_3"; | 2353 "gesture.fling_acceleration_curve_coefficient_3"; |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2517 // "mapped_title" entries, detailing the bookmark target URL (if any), the title | 2478 // "mapped_title" entries, detailing the bookmark target URL (if any), the title |
2518 // given by the PartnerBookmarksProvider and either the user-visible renamed | 2479 // given by the PartnerBookmarksProvider and either the user-visible renamed |
2519 // title or an empty string if the bookmark node was removed. | 2480 // title or an empty string if the bookmark node was removed. |
2520 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; | 2481 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; |
2521 #endif | 2482 #endif |
2522 | 2483 |
2523 // Whether DNS Quick Check is disabled in proxy resolution. | 2484 // Whether DNS Quick Check is disabled in proxy resolution. |
2524 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; | 2485 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; |
2525 | 2486 |
2526 } // namespace prefs | 2487 } // namespace prefs |
OLD | NEW |