Searched defs:name (Results 276 - 300 of 7863) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLoggingCanvas.h14 * * Neither the name of Google Inc. nor the names of its
86 String name; member in struct:blink::LoggingCanvas::VerbParams
90 VerbParams(const String& name, unsigned pointCount, unsigned pointOffset) argument
91 : name(name)
96 PassRefPtr<JSONObject> addItem(const String& name);
97 PassRefPtr<JSONObject> addItemWithParams(const String& name);
118 void appendFlagToString(String* flagsString, bool isSet, const String& name);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsersTest.cpp110 AtomicString name, value; local
111 EXPECT_EQ(12u, parseHTTPHeader("foo: bar\r\notherdata", failureReason, name, value));
113 EXPECT_EQ("foo", name.string());
120 AtomicString name, value; local
121 EXPECT_EQ(0u, parseHTTPHeader(": bar\r\notherdata", failureReason, name, value));
122 EXPECT_EQ("Header name is missing", failureReason);
128 AtomicString name, value; local
129 EXPECT_EQ(7u, parseHTTPHeader("foo: \r\notherdata", failureReason, name, value));
131 EXPECT_EQ("foo", name.string());
138 AtomicString name, valu local
146 AtomicString name, value; local
154 AtomicString name, value; local
162 AtomicString name, value; local
172 AtomicString name, value; local
180 AtomicString name, value; local
188 AtomicString name, value; local
196 AtomicString name, value; local
204 AtomicString name, value; local
213 AtomicString name, value; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginListBuilder.cpp14 * * Neither the name of Google Inc. nor the names of its
38 void PluginListBuilder::addPlugin(const blink::WebString& name, const blink::WebString& description, const blink::WebString& fileName) argument
41 info.name = name;
47 void PluginListBuilder::addMediaTypeToLastPlugin(const blink::WebString& name, const blink::WebString& description) argument
50 info.type = name;
/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisVoice.cpp31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
33 return new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault);
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) argument
43 , m_name(name)
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DParserUtilities.h30 inline bool skipString(const CharType*& ptr, const CharType* end, const CharType* name, int length) argument
34 if (memcmp(name, ptr, sizeof(CharType) * length))
40 inline bool skipString(const UChar*& ptr, const UChar* end, const LChar* name, int length) argument
45 if (ptr[i] != name[i])
/external/chromium_org/third_party/WebKit/Source/web/
H A DIndexedDBClientImpl.cpp13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
49 bool IndexedDBClientImpl::allowIndexedDB(ExecutionContext* context, const String& name) argument
58 return !webFrame->permissionClient() || webFrame->permissionClient()->allowIndexedDB(name, origin);
62 return WorkerPermissionClient::from(workerGlobalScope)->allowIndexedDB(name);
H A DWebColorName.cpp14 * * Neither the name of Google Inc. nor the names of its
41 static int toCSSValueKeyword(WebColorName name) argument
43 switch (name) {
H A DWebDatabase.cpp14 * * Neither the name of Google Inc. nor the names of its
41 void WebDatabase::updateDatabaseSize(const WebString& originIdentifier, const WebString& name, long long size) argument
43 QuotaTracker::instance().updateDatabaseSize(originIdentifier, name, size);
H A DWebDocumentType.cpp14 * * Neither the name of Google Inc. nor the names of its
40 WebString WebDocumentType::name() const function in class:blink::WebDocumentType
42 return WebString(constUnwrap<DocumentType>()->name());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Dports_mock.py13 # * Neither the name of Google Inc. nor the names of its
31 def name(self): member in class:MockPort
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfileset.py60 def name(self): member in class:FileSetFileHandle
64 return self._filesystem.splitext(self.name())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dlayouttestsserver.py14 # * Neither the name of Google Inc. nor the names of its
37 name = 'layout-test-server' variable in class:LayoutTestsServer
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebExternalTextureMailbox.h14 * * Neither the name of Google Inc. nor the names of its
37 signed char name[64]; member in struct:blink::WebExternalTextureMailbox
45 memset(name, 0, sizeof(name));
51 return !memcmp(a.name, b.name, sizeof(a.name));
/external/chromium_org/third_party/WebKit/public/platform/linux/
H A DWebFallbackFont.h14 * * Neither the name of Google Inc. nor the names of its
41 : name(WebCString())
47 WebCString name; member in struct:blink::WebFallbackFont
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSharedWorkerRepositoryClient.h14 * * Neither the name of Google Inc. nor the names of its
48 virtual WebSharedWorkerConnector* createSharedWorkerConnector(const WebURL& url, const WebString& name, DocumentID id, const WebString& contentSecurityPolicy, WebContentSecurityPolicyType) { return 0; } argument
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_unittest.cpp45 const char* name; member in struct:crazy::__anon11496
66 TEST_TEXT << "Checking " << kData[n].name;
67 EXPECT_EQ(kData[n].success, IsSystemLibrary(kData[n].name));
/external/chromium_org/third_party/fontconfig/include/fc-glyphname/
H A Dfcglyphname.h10 * documentation, and that the name of the author(s) not be used in
33 static const struct { const FcChar32 ucs; const FcChar8 name[5]; } _fc_glyph_names[201] = { member in struct:__anon11791
/external/chromium_org/third_party/icu/source/common/
H A Ducnvdisp.c39 const UChar *name; local
53 /* open the resource bundle and get the display name string */
59 /* use the internal name as the key */
60 name=ures_getStringByKey(rb, cnv->sharedData->staticData->name, &length, &localStatus);
68 u_memcpy(displayName, name, uprv_min(length, displayNameCapacity)*U_SIZEOF_UCHAR);
70 /* convert the internal name into a Unicode string */
71 length=(int32_t)uprv_strlen(cnv->sharedData->staticData->name);
72 u_charsToUChars(cnv->sharedData->staticData->name, displayName, uprv_min(length, displayNameCapacity));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditformat.cpp67 name = #TestClass; \
76 void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
142 name = "GenderInfoTest";
151 name = "CompactDecimalFormatTest";
160 default: name = ""; break; //needed to end loop
H A Dtextfile.h24 * Open a file with the given name, in the given encoding, in the
26 * 'name' and 'encoding' parameters are aliased or copied.
28 TextFile(const char* name, const char* encoding, UErrorCode& ec);
61 char* name; member in class:TextFile
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_ui_component.h38 // The name of the field, for example "City".
39 std::string name; member in struct:i18n::addressinput::AddressUiComponent
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Ddiscoitemsquerytask.h13 * 3. The name of the author may not be used to endorse or promote products
64 std::string name; member in struct:buzz::DiscoItem
/external/chromium_org/third_party/libusb/src/msvc/
H A Dmissing.c32 char *getenv(const char *name) argument
41 if (!name)
44 if (MultiByteToWideChar(CP_UTF8, 0, name, -1, wName, MAX_PATH) <= 0) {
45 usbi_dbg("Failed to convert environment variable name to wide string");
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dfilters.h38 const char *name; /* Config name */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h9 const char * name; member in struct:test

Completed in 5268 milliseconds

<<11121314151617181920>>