Searched defs:GetType (Results 1 - 25 of 193) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs164 public virtual int GetType(object t) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
165 return adaptor.GetType(t);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs223 public virtual int GetType(object t) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DCommonTreeAdaptor.cs154 public override int GetType(object t) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
H A DITreeAdaptor.cs238 int GetType(object t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs214 public virtual int GetType( object t ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
216 return adaptor.GetType( t );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs226 int GetType(T t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs280 public virtual int GetType( object t ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs258 int GetType( object t ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/ash/wm/
H A Ddefault_state.cc135 WindowStateType DefaultState::GetType() const { function in class:ash::wm::DefaultState
470 WindowStateType previous_state_type = state_in_previous_mode->GetType();
488 UpdateBoundsFromState(window_state, state_in_previous_mode->GetType());
H A Dlock_window_state.cc85 wm::WindowStateType LockWindowState::GetType() const { function in class:ash::LockWindowState
91 current_state_type_ = previous_state->GetType();
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc190 wm::WindowStateType MaximizeModeWindowState::GetType() const { function in class:ash::MaximizeModeWindowState
197 current_state_type_ = previous_state->GetType();
/external/chromium_org/base/prefs/
H A Dpref_service.cc205 this, pref_name, default_value->GetType()))).first;
247 if (value->GetType() != base::Value::TYPE_DICTIONARY) {
269 if (!value->IsType(pref->GetType())) {
302 if (value->GetType() != base::Value::TYPE_LIST) {
412 if (pref->GetType() != type) {
448 if (pref->GetType() != new_value->GetType()) {
450 << " of type " << pref->GetType()
451 << " to value of type " << new_value->GetType();
479 base::Value::Type PrefService::Preference::GetType() cons function in class:PrefService::Preference
[all...]
/external/chromium_org/base/
H A Dvalues.h73 Type GetType() const { return type_; } function in class:base::Value
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py65 def GetType(self): member in class:BaseTestResult
168 return set(t for t in self._results if t.GetType() == test_type)
/external/chromium_org/cc/resources/
H A Dui_resource_request.h32 UIResourceRequestType GetType() const { return type_; } function in class:cc::UIResourceRequest
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc161 switch (agent_host->GetType()) {
199 std::string DevToolsTargetImpl::GetType() const { function in class:DevToolsTargetImpl
279 switch (agent_host->GetType()) {
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h109 MenuItem::Type GetType(const PropertyWithEnumT& property, function in namespace:extensions::context_menus_api_helpers
177 MenuItem::Type type = GetType(create_properties, MenuItem::NORMAL);
243 MenuItem::Type type = GetType(update_properties, item->type());
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.cc77 virtual Type GetType() const OVERRIDE { return ACTION_SHOW_PAGE_ACTION; }
133 virtual Type GetType() const OVERRIDE { return ACTION_SET_ICON; }
400 ContentAction::Type RequestContentScript::GetType() const { function in class:extensions::RequestContentScript
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_path_filter.cc151 return GetType(path) != MEDIA_GALLERY_SCAN_FILE_TYPE_UNKNOWN;
154 MediaGalleryScanFileType MediaPathFilter::GetType(const base::FilePath& path) { function in class:MediaPathFilter
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc125 bool GetType(const base::DictionaryValue& dict, function in namespace:__anon4269
246 !GetType(dict, &type)) {
1160 if (!erase && GetType(*dict, &type) &&
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_regular.cc56 EasyUnlockService::Type EasyUnlockServiceRegular::GetType() const { function in class:EasyUnlockServiceRegular
H A Deasy_unlock_service_signin_chromeos.cc102 EasyUnlockService::Type EasyUnlockServiceSignin::GetType() const { function in class:EasyUnlockServiceSignin
/external/chromium_org/chrome/browser/task_manager/
H A Dbrowser_process_resource_provider.cc90 Resource::Type BrowserProcessResource::GetType() const { function in class:task_manager::BrowserProcessResource
H A Dchild_process_resource_provider.cc43 virtual Type GetType() const OVERRIDE;
120 Resource::Type ChildProcessResource::GetType() const { function in class:task_manager::ChildProcessResource
H A Dextension_information.cc55 virtual Type GetType() const OVERRIDE;
102 Resource::Type ExtensionProcessResource::GetType() const { return EXTENSION; } function in class:task_manager::ExtensionProcessResource

Completed in 413 milliseconds

12345678