Searched defs:type (Results 201 - 225 of 3804) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_change.h21 PasswordStoreChange(Type type, const webkit_glue::PasswordForm& form) argument
22 : type_(type), form_(form) {
26 Type type() const { return type_; } function in class:PasswordStoreChange
30 return type() == other.type() &&
/external/chromium/chrome/browser/
H A Drepost_form_warning_controller.cc50 void RepostFormWarningController::Observe(NotificationType type, argument
57 (type == NotificationType::LOAD_START ||
58 type == NotificationType::TAB_CLOSING ||
59 type == NotificationType::REPOST_WARNING_SHOWN)) {
/external/chromium/chrome/browser/sync/engine/
H A Dmock_model_safe_workers.cc31 syncable::ModelType type = syncable::ModelTypeFromInt(i); local
32 if (set[type]) {
33 routes[type] = GROUP_PASSIVE;
H A Dmodel_safe_worker.cc9 ModelSafeGroup GetGroupForModelType(const syncable::ModelType type, argument
11 ModelSafeRoutingInfo::const_iterator it = routes.find(type);
16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER)
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_data_type_controller.cc22 syncable::ModelType AutofillProfileDataTypeController::type() const { function in class:browser_sync::AutofillProfileDataTypeController
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_instructions_gtk.cc55 void BookmarkBarInstructionsGtk::Observe(NotificationType type, argument
58 if (type == NotificationType::BROWSER_THEME_CHANGED)
/external/chromium/chrome/browser/ui/options/
H A Doptions_page_base.cc33 void OptionsPageBase::Observe(NotificationType type, argument
36 if (type == NotificationType::PREF_CHANGED)
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_fetcher_ui_callbacks.cc54 NotificationType type,
57 DCHECK(type == NotificationType::TAB_CONTENTS_DESTROYED);
53 Observe( NotificationType type, const NotificationSource& source, const NotificationDetails& details) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_container.cc29 void TabContentsContainer::Observe(NotificationType type, argument
32 if (type == NotificationType::RENDER_VIEW_HOST_CHANGED) {
37 } else if (type == NotificationType::TAB_CONTENTS_DESTROYED) {
/external/chromium/chrome/browser/ui/webui/
H A Dntp_login_handler.cc36 void NTPLoginHandler::Observe(NotificationType type, argument
39 DCHECK(type == NotificationType::PREF_CHANGED);
/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc10 AutofillChange::AutofillChange(Type type, const AutofillKey& key) argument
11 : GenericAutofillChange<AutofillKey>(type, key) {
18 Type type, std::string key, const AutofillProfile* profile)
19 : GenericAutofillChange<std::string>(type, key),
21 DCHECK(type == ADD ? (profile && profile->guid() == key) : true);
22 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true);
23 DCHECK(type == REMOVE ? !profile : true);
31 return type() == change.type() &&
33 (type() !
17 AutofillProfileChange( Type type, std::string key, const AutofillProfile* profile) argument
36 AutofillCreditCardChange( Type type, std::string key, const CreditCard* credit_card) argument
[all...]
/external/chromium/chrome/common/
H A Dcommon_param_traits.cc18 int type; local
19 if (!m->ReadInt(iter, &type))
21 *p = static_cast<param_type>(type);
56 int type; local
57 if (!m->ReadInt(iter, &type))
59 *p = static_cast<param_type>(type);
/external/chromium/net/base/
H A Dstatic_cookie_policy.h43 explicit StaticCookiePolicy(Type type) argument
44 : type_(type) {
49 void set_type(Type type) { type_ = type; } argument
50 Type type() const { return type_; } function in class:net::StaticCookiePolicy
H A Dstatic_cookie_policy_unittest.cc20 void SetPolicyType(StaticCookiePolicy::Type type) { argument
21 policy_.set_type(type);
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser.h27 Type type; member in struct:net::FtpDirectoryListingEntry
/external/chromium/net/proxy/
H A Dproxy_config_service_common_unittest.h20 ProxyRulesExpectation(ProxyConfig::ProxyRules::Type type,
69 ProxyConfig::ProxyRules::Type type; member in struct:net::ProxyRulesExpectation
H A Dproxy_config_unittest.cc53 config2.proxy_rules().type = ProxyConfig::ProxyRules::TYPE_SINGLE_PROXY;
60 config1.proxy_rules().type = ProxyConfig::ProxyRules::TYPE_SINGLE_PROXY;
102 ProxyConfig::ProxyRules::Type type; member in struct:net::__anon3007::__anon3008
240 EXPECT_EQ(tests[i].type, config.proxy_rules().type);
H A Dproxy_resolver_script_data.cc48 ProxyResolverScriptData::ProxyResolverScriptData(Type type, argument
51 : type_(type),
H A Dproxy_resolver_script_data.h44 Type type() const { function in class:net::ProxyResolverScriptData
49 // (only valid for type() == TYPE_SCRIPT_CONTENTS).
53 // (only valid for type() == TYPE_SCRIPT_URL).
58 ProxyResolverScriptData(Type type,
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxyinfo.h46 ProxyType type; member in struct:talk_base::ProxyInfo
54 ProxyInfo() : type(PROXY_NONE), autodetect(false) { }
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.cc46 const ContentInfos& contents, const std::string& type) {
49 if (content->type == type) {
62 const std::string& type) const {
63 return FindContentInfoByType(contents_, type);
67 const std::string& type,
69 contents_.push_back(ContentInfo(name, type, description));
45 FindContentInfoByType( const ContentInfos& contents, const std::string& type) argument
66 AddContent(const std::string& name, const std::string& type, const ContentDescription* description) argument
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtcpmuxfilter.cc79 // determine whether it is RTP or RTCP. We do so by checking the packet type,
80 // and assuming RTP if type is 0-63 or 96-127. For additional details, see
88 int type = (len >= 2) ? (static_cast<uint8>(data[1]) & 0x7F) : 0; local
89 return (type >= 64 && type < 96);
/external/chromium/webkit/glue/
H A Dwebmenuitem.h30 Type type; member in struct:WebMenuItem
/external/clang/include/clang/AST/
H A DCommentVisitor.h16 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::comments::make_ptr
17 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::comments::make_const_ptr
22 #define PTR(CLASS) typename Ptr<CLASS>::type
H A DStmtVisitor.h24 template <typename T> struct make_ptr { typedef T *type; }; typedef in struct:clang::make_ptr
25 template <typename T> struct make_const_ptr { typedef const T *type; }; typedef in struct:clang::make_const_ptr
34 #define PTR(CLASS) typename Ptr<CLASS>::type

Completed in 500 milliseconds

1234567891011>>