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

  /external/chromium_org/components/omaha_query_params/
omaha_query_params_delegate.cc 5 #include "components/omaha_query_params/omaha_query_params_delegate.h"
7 namespace omaha_query_params { namespace
15 } // namespace omaha_query_params
omaha_query_params_delegate.h 12 namespace omaha_query_params { namespace
30 } // namespace omaha_query_params
omaha_query_params.h 12 namespace omaha_query_params { namespace
58 } // namespace omaha_query_params
omaha_query_params_unittest.cc 6 #include "components/omaha_query_params/omaha_query_params.h"
7 #include "components/omaha_query_params/omaha_query_params_delegate.h"
12 namespace omaha_query_params { namespace
30 // almost exact duplication of code with omaha_query_params.cc, and wouldn't
55 } // namespace omaha_query_params
omaha_query_params.cc 5 #include "components/omaha_query_params/omaha_query_params.h"
11 #include "components/omaha_query_params/omaha_query_params_delegate.h"
13 namespace omaha_query_params { namespace
134 } // namespace omaha_query_params
  /external/chromium_org/chrome/browser/omaha_query_params/
chrome_omaha_query_params_delegate_unittest.cc 6 #include "chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h"
8 #include "components/omaha_query_params/omaha_query_params.h"
21 void TestParams(omaha_query_params::OmahaQueryParams::ProdId prod_id) {
22 std::string params = omaha_query_params::OmahaQueryParams::Get(prod_id);
26 StringPrintf("os=%s", omaha_query_params::OmahaQueryParams::GetOS())));
30 omaha_query_params::OmahaQueryParams::GetArch())));
35 omaha_query_params::OmahaQueryParams::GetProdIdString(prod_id))));
49 TestParams(omaha_query_params::OmahaQueryParams::CRX);
50 TestParams(omaha_query_params::OmahaQueryParams::CHROME)
    [all...]
chrome_omaha_query_params_delegate.h 8 #include "components/omaha_query_params/omaha_query_params_delegate.h"
11 : public omaha_query_params::OmahaQueryParamsDelegate {
19 // omaha_query_params::OmahaQueryParamsDelegate:
  /external/chromium_org/extensions/shell/browser/
shell_omaha_query_params_delegate.h 8 #include "components/omaha_query_params/omaha_query_params_delegate.h"
13 : public omaha_query_params::OmahaQueryParamsDelegate {
shell_browser_main_parts.cc 10 #include "components/omaha_query_params/omaha_query_params.h"
136 omaha_query_params::OmahaQueryParams::SetDelegate(
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_unittest.cc 9 #include "chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h"
11 #include "components/omaha_query_params/omaha_query_params.h"
16 using omaha_query_params::OmahaQueryParams;
webstore_installer.cc 38 #include "components/omaha_query_params/omaha_query_params.h"
204 omaha_query_params::OmahaQueryParams::Get(
205 omaha_query_params::OmahaQueryParams::CRX) +
  /external/chromium_org/chrome/browser/extensions/updater/
chrome_extension_downloader_factory.cc 15 #include "components/omaha_query_params/omaha_query_params.h"
21 using omaha_query_params::OmahaQueryParams;
extension_updater.cc 26 #include "components/omaha_query_params/omaha_query_params.h"
48 using omaha_query_params::OmahaQueryParams;
extension_updater_unittest.cc 43 #include "components/omaha_query_params/omaha_query_params.h"
80 using omaha_query_params::OmahaQueryParams;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/runtime/
chrome_runtime_api_delegate.cc 16 #include "components/omaha_query_params/omaha_query_params.h"
184 const char* os = omaha_query_params::OmahaQueryParams::GetOS();
200 const char* arch = omaha_query_params::OmahaQueryParams::GetArch();
212 const char* nacl_arch = omaha_query_params::OmahaQueryParams::GetNaclArch();
  /external/chromium_org/chrome/test/base/
chrome_unit_test_suite.cc 11 #include "chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h"
17 #include "components/omaha_query_params/omaha_query_params.h"
141 omaha_query_params::OmahaQueryParams::SetDelegate(
  /external/chromium_org/components/component_updater/
component_updater_utils.cc 22 #include "components/omaha_query_params/omaha_query_params.h"
28 using omaha_query_params::OmahaQueryParams;
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 22 #include "components/omaha_query_params/omaha_query_params.h"
192 base::StringValue(omaha_query_params::OmahaQueryParams::GetNaclArch()));
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc 31 #include "components/omaha_query_params/omaha_query_params.h"
35 using omaha_query_params::OmahaQueryParams;
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 49 #include "chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h"
81 #include "components/omaha_query_params/omaha_query_params.h"
222 omaha_query_params::OmahaQueryParams::SetDelegate(
    [all...]

Completed in 796 milliseconds