HomeSort by relevance Sort by last modified time
    Searched full:config_type (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_proxy_settings_unittest.cc 35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type());
77 EXPECT_EQ(FirefoxProxySettings::AUTO_FROM_URL, settings.config_type());
firefox_proxy_settings.h 48 ProxyConfig config_type() const { return config_type_; } function in class:FirefoxProxySettings
firefox_proxy_settings.cc 99 switch (config_type()) {
122 DCHECK_EQ(MANUAL, config_type());
  /external/libnfc-nxp/src/
phHciNfc.c 172 psHciContext->config_type = POLL_LOOP_CFG;
369 phHal_eConfigType_t config_type,
384 switch(config_type)
395 psHciContext->config_type = NFC_GENERAL_CFG;
431 psHciContext->config_type = SWP_PROTECT_CFG;
503 psHciContext->config_type = POLL_LOOP_CFG;
687 psHciContext->config_type = SMX_WI_CFG;
694 psHciContext->config_type = UICC_SWP_CFG;
762 psHciContext->config_type = SWP_EVT_CFG;
842 psHciContext->config_type = SMX_WI_MODE
    [all...]
phHciNfc.h 348 * \param[in] config_type config_type specifies the type of the
364 phHal_eConfigType_t config_type,
684 * \param[in] config_type config_type is the type of the configuration
702 uint32_t config_type,
phHal4Nfc.c 462 uint32_t config_type = 0; local
601 config_type = ((config_type << BYTE_SIZE )
607 config_type ,
628 config_type = ((config_type << BYTE_SIZE )
634 config_type,
    [all...]
phHciNfc_Sequence.c     [all...]
phHciNfc_Generic.h 615 phHciNfc_eConfigType_t config_type; member in struct:phHciNfc_sContext
    [all...]
  /external/chromium/chrome/browser/net/
connection_tester.cc 225 if (FirefoxProxySettings::SYSTEM == firefox_settings.config_type())

Completed in 310 milliseconds