Searched defs:type_ (Results 76 - 100 of 329) sorted by relevance

1234567891011>>

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/external/chromium_org/tools/gn/
H A Dlabel_pattern.h48 Type type() const { return type_; }
61 Type type_; member in class:LabelPattern
63 // Used when type_ == PRIVATE and PRIVATE_RECURSIVE. This specifies the
/external/chromium_org/ui/base/ime/chromeos/
H A Dime_bridge.h53 InputContext(ui::TextInputType type_, ui::TextInputMode mode_) : argument
54 type(type_), mode(mode_) {}
/external/chromium_org/v8/src/
H A Dmessages.h27 type_(type), args_(args), loc_(loc) { }
28 char* type() const { return type_; }
32 char* type_; member in class:V8Message
/external/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/external/jdiff/src/jdiff/
H A DFieldAPI.java21 public String type_; field in class:FieldAPI
50 type_ = type;
60 type_ = f.type_;
75 comp = type_.compareTo(oFieldAPI.type_);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/external/protobuf/gtest/include/gtest/
H A Dgtest-spi.h105 const TestPartResult::Type type_; member in class:testing::internal::SingleFailureChecker
/external/vixl/src/a64/
H A Dinstrument-a64.h70 CounterType type_; member in class:vixl::Counter
/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/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/win/
H A Dregistry.h176 DWORD Type() const { return type_; }
194 DWORD type_; member in class:base::win::RegistryValueIterator
/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/sync/test/integration/
H A Dsync_errors_test.cc44 : SingleClientStatusChangeChecker(service), type_(type) {}
47 return !service()->GetActiveDataTypes().Has(type_);
54 syncer::ModelType type_; member in class:__anon4832::TypeDisabledChecker
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.h46 Type type() const { return type_; }
93 const Type type_; member in class:LauncherItemController
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_installed_bubble.h66 BubbleType type() const { return type_; }
96 BubbleType type_; member in class:ExtensionInstalledBubble
/external/chromium_org/chrome/installer/util/
H A Dbrowser_distribution.h58 Type GetType() const { return type_; }
173 const Type type_; member in class:BrowserDistribution
/external/chromium_org/chromeos/network/
H A Dmanaged_state.h71 const std::string& type() const { return type_; }
79 // Returns true if |type_| matches |pattern|.
118 std::string type_; // shill::kTypeProperty member in class:chromeos::ManagedState
/external/chromium_org/components/omnibox/
H A Dautocomplete_input.h157 metrics::OmniboxInputType::Type type() const { return type_; }
162 // The scheme parsed from the provided text; only meaningful when type_ is
199 metrics::OmniboxInputType::Type type_; member in class:AutocompleteInput
H A Dautocomplete_provider.h198 Type type() const { return type_; }
242 Type type_; member in class:AutocompleteProvider
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.h40 const base::string16& type() const { return type_; }
62 base::string16 type_; // Mime type. member in class:content::IndexedDBBlobInfo

Completed in 1018 milliseconds

1234567891011>>