Searched defs:type_ (Results 1 - 25 of 329) sorted by path

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dline_search_direction.cc55 : type_(type),
64 switch (type_) {
79 LOG(FATAL) << "Unknown nonlinear conjugate gradient type: " << type_;
95 const NonlinearConjugateGradientType type_; member in class:ceres::internal::NonlinearConjugateGradient
/external/chromium_org/ash/shell/
H A Dapp_list.cc54 type_(type) {
142 ActivateItem(type_, event_flags);
146 Type type_; member in class:ash::shell::__anon1947::WindowTypeShelfItem
159 : type_(type) {
160 SetIcon(WindowTypeShelfItem::GetIcon(type_));
163 base::UTF8ToUTF16(WindowTypeShelfItem::GetTitle(type_));
182 base::UTF8ToUTF16(WindowTypeShelfItem::GetDetails(type_));
189 WindowTypeShelfItem::Type type() const { return type_; }
192 WindowTypeShelfItem::Type type_; member in class:ash::shell::__anon1947::ExampleSearchResult
/external/chromium_org/ash/wm/
H A Dwm_event.h83 WMEventType type() const { return type_; }
86 WMEventType type_; member in class:ash::wm::WMEvent
/external/chromium_org/athena/test/
H A Dtest_app_model_builder.cc52 type_(type) {
54 SetName(GetTitle(type_));
60 switch (type_) {
86 Type type_; member in class:athena::__anon2158::DummyItem
/external/chromium_org/base/
H A Dcpu.h38 int type() const { return type_; }
72 int type_; // process type member in class:base::CPU
H A Dobserver_list.h92 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {}
94 : notify_depth_(0), type_(type) {}
119 NotificationType type_; member in class:ObserverListBase
131 max_index_(list.type_ == NOTIFY_ALL ?
H A Dobserver_list_threadsafe.h103 : type_(ObserverListBase<ObserverType>::NOTIFY_ALL) {}
104 explicit ObserverListThreadSafe(NotificationType type) : type_(type) {}
119 observer_lists_[thread_id] = new ObserverListContext(type_);
290 const NotificationType type_; member in class:ObserverListThreadSafe
H A Dvalues.h73 Type GetType() const { return type_; }
76 bool IsType(Type type) const { return type == type_; }
115 Type type_; member in class:base::Value
/external/chromium_org/base/memory/
H A Dsingleton_unittest.cc122 Type type_; member in class:__anon2362::AlignedTestSingleton
/external/chromium_org/base/message_loop/
H A Dmessage_loop.h288 Type type() const { return type_; }
452 const Type type_; member in class:base::MessageLoop
/external/chromium_org/base/prefs/
H A Dpref_service.h135 const base::Value::Type type_; member in class:PrefService::Preference
H A Dpref_value_store.h174 PrefStoreType type_; member in class:PrefValueStore::PrefStoreKeeper
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h519 bool is_value() const { return type_ != QUERY_BOOLEAN_OPERATOR; }
532 QueryType type_; member in class:trace_analyzer::Query
/external/chromium_org/base/win/
H A Dregistry.h176 DWORD Type() const { return type_; }
194 DWORD type_; member in class:base::win::RegistryValueIterator
/external/chromium_org/cc/output/
H A Dfilter_operation.h52 FilterType type() const { return type_; }
55 DCHECK_NE(type_, COLOR_MATRIX);
56 DCHECK_NE(type_, REFERENCE);
61 DCHECK_EQ(type_, ALPHA_THRESHOLD);
66 DCHECK_EQ(type_, DROP_SHADOW);
71 DCHECK_EQ(type_, DROP_SHADOW);
76 DCHECK_EQ(type_, REFERENCE);
81 DCHECK_EQ(type_, COLOR_MATRIX);
86 DCHECK_EQ(type_, ZOOM);
91 DCHECK_EQ(type_, ALPHA_THRESHOL
248 FilterType type_; member in class:cc::FilterOperation
[all...]
/external/chromium_org/cc/resources/
H A Dui_resource_request.h32 UIResourceRequestType GetType() const { return type_; }
42 UIResourceRequestType type_; member in class:cc::UIResourceRequest
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc408 Type type() const { return type_; }
416 Type type_; member in class:HistoryURLProvider::VisitClassifier
428 type_(INVALID) {
441 type_ = VISITED;
449 type_ = UNVISITED_INTRANET;
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager.cc49 type_(ash::kDefaultMagnifierType),
72 return type_;
155 if (type_ == ash::MAGNIFIER_FULL) {
165 if (type_ == type)
168 type_ = ash::MAGNIFIER_FULL; // (leave out for full magnifier)
202 type_,
254 ash::MagnifierType type_; member in class:chromeos::MagnificationManagerImpl
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dtest_util.h78 net::NetworkChangeNotifier::ConnectionType type_; member in class:drive::test_util::FakeNetworkChangeNotifier
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_manager_unittest.cc219 : Event(request_id), type_(type) {}
222 RequestType type() const { return type_; }
225 RequestType type_; member in class:chromeos::file_system_provider::__anon3217::RequestObserver::CreatedEvent
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_usages_state.h67 ContentSettingsType type_; member in class:ContentSettingsUsagesState
H A Dpermission_bubble_request_impl.h58 ContentSettingsType type_; member in class:PermissionBubbleRequestImpl
H A Dpermission_infobar_delegate.h49 ContentSettingsType type_; member in class:PermissionInfobarDelegate
H A Dpermission_queue_controller.cc65 ContentSettingsType type_; member in class:PermissionQueueController::PendingInfobarRequest
81 : type_(type),
106 switch (type_) {
122 display_languages, type_);
127 display_languages, type_);
146 type_(type),
169 type_, id, requesting_frame, embedder, callback));
203 PermissionContextUmaUtil::PermissionGranted(type_);
205 PermissionContextUmaUtil::PermissionDenied(type_);
207 PermissionContextUmaUtil::PermissionDismissed(type_);
381 type_, local
[all...]
H A Dpermission_queue_controller.h88 ContentSettingsType type_; member in class:PermissionQueueController

Completed in 1699 milliseconds

1234567891011>>