Home
last modified time | relevance | path

Searched refs:customization (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/
Dcustomization_document_unittest.cc126 StartupCustomizationDocument customization(&mock_system_access, in TEST() local
128 EXPECT_EQ("ru-RU", customization.initial_locale()); in TEST()
129 EXPECT_EQ("Europe/Moscow", customization.initial_timezone()); in TEST()
130 EXPECT_EQ("xkb:ru::rus", customization.keyboard_layout()); in TEST()
131 EXPECT_EQ("http://www.google.com", customization.registration_url()); in TEST()
134 customization.GetHelpPage("en-US")); in TEST()
136 customization.GetHelpPage("ru-RU")); in TEST()
138 customization.GetHelpPage("ja")); in TEST()
141 customization.GetEULAPage("en-US")); in TEST()
143 customization.GetEULAPage("ru-RU")); in TEST()
[all …]
/external/chromium/chrome/browser/ui/webui/chromeos/
Dregister_page_ui.cc222 chromeos::StartupCustomizationDocument* customization = in HandleGetRegistrationUrl() local
225 customization->IsReady()) { in HandleGetRegistrationUrl()
226 const std::string& url = customization->registration_url(); in HandleGetRegistrationUrl()
/external/chromium/chrome/browser/chromeos/login/
Dexisting_user_controller.cc345 ServicesCustomizationDocument* customization = in OnProfilePrepared() local
348 customization->IsReady()) { in OnProfilePrepared()
351 customization->GetInitialStartPage(locale); in OnProfilePrepared()
354 customization->ApplyCustomization(); in OnProfilePrepared()
Deula_view.cc322 const StartupCustomizationDocument* customization = in GetOemEulaPagePath() local
324 if (customization->IsReady()) { in GetOemEulaPagePath()
325 std::string locale = customization->initial_locale(); in GetOemEulaPagePath()
326 std::string eula_page = customization->GetEULAPage(locale); in GetOemEulaPagePath()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu_button.cc268 ServicesCustomizationDocument* customization = in GetCarrierDeal() local
270 if (!customization->IsReady()) in GetCarrierDeal()
274 customization->GetCarrierDeal(carrier_id, true); in GetCarrierDeal()
Dnetwork_menu.cc512 ServicesCustomizationDocument* customization = in InitMenuItems() local
514 if (is_browser_mode && customization->IsReady()) { in InitMenuItems()
523 customization->GetCarrierDeal(carrier_id, false); in InitMenuItems()
/external/chromium/chrome/browser/ui/cocoa/
Dhyperlink_button_cell.mm44 // common cell customization code.
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc724 chromeos::ServicesCustomizationDocument* customization = in PopulateCellularDetails() local
726 if (customization->IsReady()) { in PopulateCellularDetails()
729 customization->GetCarrierDeal(carrier_id, false); in PopulateCellularDetails()
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt136 * Full diagnostic customization by client (can format diagnostics however they
/external/stlport/
Dconfigure.bat78 REM library name customization
/external/jpeg/
Dstructure.doc407 customization of the JPEG library. A surrounding application may override
/external/qemu/distrib/jpeg-6b/
Dstructure.doc407 customization of the JPEG library. A surrounding application may override
/external/icu4c/data/mappings/
Dconvrtrs.txt1345 # To be considered for listing at a later date for the data library customization tool
/external/v8/
DChangeLog1706 Allow build-time customization of the max semispace size.
/external/llvm/docs/
DProgrammersManual.rst760 ``ilist_traits<T>`` is ``ilist<T>``'s customization mechanism. ``iplist<T>``
/external/stlport/etc/
DChangeLog-5.13011 users a point of customization of the automatic linking feature.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1617253 Add WebKit2 API relevant to customization of context menus
17268 Add WebKit2 API relevant to customization of context menus
21822 menu for now. Embedding app customization will come later (see bug 48720)
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1620717 …r://4778502> Boomer userAgent string needs to support pulling in proper build #, plus customization
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1413733 Added the WebIconDatabaseDelegate. This allows the ability to allow customization of
DChangeLog-2006-02-0915308 - Added stubs for WebView action and drag & drop customization API's
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1417731 … * kjs/fast_malloc.cpp: Put #if !WIN32 around some customization that's not appropriate on Win32.
DChangeLog-2009-06-1620310 Factored out an MSVC customization into a constant.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1612671 User customization of the communication between QWebPage
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1643572 function to allow for customization of the context menu.
DChangeLog-2006-12-3150042 more customization.

12