Searched defs:class_name (Results 51 - 75 of 77) sorted by last modified time

1234

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py421 def __init__(self, class_name):
422 self.class_name = class_name
426 result = TypeModel.RefPtrBased(self.class_name)
435 return CommandReturnPassModel.ByReference(replace_right_shift("RefPtr<%s>" % self.class_name), set_condition)
438 return replace_right_shift("PassRefPtr<%s>" % self.class_name)
541 class_name = fixed variable in class:fix_type_name.Result
549 class_name = json_name variable in class:fix_type_name.Result
698 enum_name = fixed_type_name.class_name
758 return helper.full_name_prefix_for_use + fixed_type_name.class_name
1170 class_name = Capitalizer.lower_camel_case_to_upper(self.property_name) variable in class:TypeBindings.create_type_declaration_.ClassBinding.AdHocTypeContextImpl.get_type_name_fix.NameFix
1964 class_name = Capitalizer.lower_camel_case_to_upper(element_name) variable in class:Generator.resolve_type_and_generate_ad_hoc.AdHocTypeContext.get_type_name_fix.NameFix
[all...]
/external/chromium_org/ui/base/win/
H A Dmouse_wheel_util.cc34 std::wstring class_name = gfx::GetClassName(window); local
37 return !(class_name == L"ComboBox" ||
38 class_name == L"ComboBoxEx32");
42 std::wstring class_name = gfx::GetClassName(window); local
48 if ((class_name == L"Syn Visual Class") ||
49 (class_name == L"SynTrackCursorWindowClass"))
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.h24 HRESULT CreateActivationFactory(wchar_t const (&class_name)[size], T** object) { argument
25 mswrw::HStringReference ref_class_name(class_name);
/external/chromium_org/win8/test/
H A Dui_automation_client.cc43 base::string16 class_name,
183 base::string16 class_name,
194 class_name_ = class_name;
328 base::string16 class_name(V_BSTR(&var));
331 if (class_name.size() == class_name_.size() &&
332 std::equal(class_name.begin(), class_name.end(), class_name_.begin(),
605 void UIAutomationClient::Begin(const wchar_t* class_name, argument
621 base::string16(class_name),
181 Initialize( scoped_refptr<base::SingleThreadTaskRunner> client_runner, base::string16 class_name, base::string16 item_name, UIAutomationClient::InitializedCallback init_callback, UIAutomationClient::ResultCallback result_callback) argument
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DImportExport.c235 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); /*proto*/
243 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, argument
258 py_name = __Pyx_PyIdentifier_FromString(class_name);
271 module_name, class_name);
289 module_name, class_name);
299 module_name, class_name);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc525 printer_->Print("class $class_name$(_service.Service):\n",
526 "class_name", descriptor.name());
538 printer_->Print("class $class_name$_Stub($class_name$):\n",
539 "class_name", descriptor.name());
873 const string& class_name, const string& serialized_options) const {
877 string full_class_name = "descriptor_pb2." + class_name;
872 OptionsValue( const string& class_name, const string& serialized_options) const argument
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc58 // Finds a child window with the class name matching |class_name|. Unlike
62 HWND FindWindowRecursively(HWND parent, const base::string16& class_name) { argument
69 // See if the window class name matches |class_name|.
72 if (base::string16(name, length) == class_name)
/external/chromium_org/sandbox/win/src/
H A Dinterceptors_64.cc209 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) {
213 title_index, class_name, create_options,
206 TargetNtCreateKey64( PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
H A Dregistry_interception.cc19 ULONG title_index, PUNICODE_STRING class_name,
23 title_index, class_name, create_options,
39 // At this point we don't support class_name.
40 if (class_name && class_name->Buffer && class_name->Length)
16 TargetNtCreateKey(NtCreateKeyFunction orig_CreateKey, PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
H A Dregistry_policy.cc58 UNICODE_STRING* class_name,
73 title_index, class_name, create_options,
54 NtCreateKeyInTarget(HANDLE* target_key_handle, ACCESS_MASK desired_access, OBJECT_ATTRIBUTES* obj_attributes, ULONG title_index, UNICODE_STRING* class_name, ULONG create_options, ULONG* disposition, HANDLE target_process) argument
/external/chromium_org/third_party/bintrees/bintrees/
H A Dqavltree.c598 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); /*proto*/
3050 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, argument
3060 py_name = __Pyx_PyIdentifier_FromString(class_name);
3073 module_name, class_name);
3079 module_name, class_name);
3089 module_name, class_name);
H A Dqbintree.c598 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); /*proto*/
3045 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, argument
3055 py_name = __Pyx_PyIdentifier_FromString(class_name);
3068 module_name, class_name);
3074 module_name, class_name);
3084 module_name, class_name);
H A Dqrbtree.c598 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); /*proto*/
3047 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, argument
3057 py_name = __Pyx_PyIdentifier_FromString(class_name);
3070 module_name, class_name);
3076 module_name, class_name);
3086 module_name, class_name);
/external/chromium_org/device/hid/
H A Dhid_service_win.cc102 char class_name[256] = {0}; local
107 (PBYTE) class_name,
108 sizeof(class_name) - 1,
112 if (memcmp(class_name, kHIDClass, sizeof(kHIDClass)) == 0) {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc208 const char* class_name = NULL; local
215 class_name = "android.widget.EditText";
218 class_name = "android.widget.SeekBar";
221 class_name = "android.widget.Spinner";
226 class_name = "android.widget.Button";
229 class_name = "android.widget.CheckBox";
232 class_name = "android.widget.RadioButton";
235 class_name = "android.widget.ToggleButton";
239 class_name = "android.widget.Image";
242 class_name
[all...]
/external/chromium_org/content/browser/android/java/
H A Djni_helper.cc18 const char* class_name; member in struct:content::__anon6986::MethodIdentifier
23 int r = strcmp(class_name, other.class_name);
52 const char* class_name,
56 key.class_name = class_name;
80 env, env->FindClass(class_name));
51 GetMethodIDFromClassName(JNIEnv* env, const char* class_name, const char* method, const char* jni_signature) argument
/external/chromium_org/content/browser/indexed_db/
H A Dmock_browsertest_indexed_db_class_factory.cc17 FunctionTracer(const std::string& class_name, argument
20 : class_name_(class_name),
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc691 TCHAR class_name[1024]; local
692 if (!RealGetWindowClass(window, class_name,
693 sizeof(class_name)/sizeof(TCHAR))) {
698 if (wcscmp(class_name, L"SWFlash_PlaceholderX"))
1401 LPWSTR class_name, LPDWORD class_size, PFILETIME last_write_time) {
1403 LONG rv = RegEnumKeyExW(key, index, name, name_size, reserved, class_name,
1399 RegEnumKeyExWPatch( HKEY key, DWORD index, LPWSTR name, LPDWORD name_size, LPDWORD reserved, LPWSTR class_name, LPDWORD class_size, PFILETIME last_write_time) argument
/external/chromium_org/chrome/installer/util/
H A Dwmi.cc53 const std::wstring& class_name,
58 base::win::ScopedBstr b_class_name(class_name.c_str());
101 const wchar_t class_name[] = L"Win32_Process"; local
104 if (!WMI::CreateClassMethodObject(wmi_local, class_name, method_name,
114 HRESULT hr = wmi_local->ExecMethod(base::win::ScopedBstr(class_name),
52 CreateClassMethodObject(IWbemServices* wmi_services, const std::wstring& class_name, const std::wstring& method_name, IWbemClassObject** class_instance) argument
/external/chromium_org/chrome/browser/search/
H A Dlocal_ntp_source.cc250 const std::string& class_name,
255 ReplaceFirstSubstringAfterOffset(&response, 0, "{{CLASS}}", class_name);
248 SendResourceWithClass( int resource_id, const std::string& class_name, const content::URLDataSource::GotDataCallback& callback) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc595 std::string class_name = command_line->GetProgram().BaseName().value(); local
596 if (!class_name.empty())
597 class_name[0] = base::ToUpperASCII(class_name[0]);
598 return class_name;
/external/chromium_org/chrome/browser/ui/views/
H A Dkeyboard_access_browsertest.cc256 wchar_t class_name[MAX_PATH] = {0}; local
258 class_name, local
259 arraysize(class_name));
260 if (LowerCaseEqualsASCII(class_name, "#32768")) {
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_plugin_action.cc164 base::string16 class_name = gfx::GetClassName(window); local
167 if (class_name == L"#32770") {
/external/chromium_org/base/android/
H A Djni_android.cc148 ScopedJavaLocalRef<jclass> GetClass(JNIEnv* env, const char* class_name) { argument
154 ConvertUTF8ToJavaString(env, class_name).obj()));
156 clazz = env->FindClass(class_name);
158 CHECK(!ClearException(env) && clazz) << "Failed to find class " << class_name;
164 const char* class_name,
172 clazz.Reset(GetClass(env, class_name));
162 LazyGetClass( JNIEnv* env, const char* class_name, base::subtle::AtomicWord* atomic_class_id) argument
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc79 // Find the jclass JNI reference corresponding to a given |class_name|.
82 bool InitClassReference(JNIEnv* env, const char* class_name, jclass* clazz) { argument
83 *clazz = env->FindClass(class_name);
85 LOG_ERROR("Could not find class for %s", class_name);

Completed in 844 milliseconds

1234