/external/webkit/Source/WebCore/loader/ |
D | ResourceLoadNotifier.cpp | 52 …tchDidReceiveAuthenticationChallenge(loader->documentLoader(), loader->identifier(), currentWebCha… in didReceiveAuthenticationChallenge() 57 …atchDidCancelAuthenticationChallenge(loader->documentLoader(), loader->identifier(), currentWebCha… in didCancelAuthenticationChallenge() 64 …dispatchWillSendRequest(loader->documentLoader(), loader->identifier(), clientRequest, redirectRes… in willSendRequest() 72 page->progress()->incrementProgress(loader->identifier(), r); in didReceiveResponse() 74 dispatchDidReceiveResponse(loader->documentLoader(), loader->identifier(), r); in didReceiveResponse() 80 page->progress()->incrementProgress(loader->identifier(), data, dataLength); in didReceiveData() 82 …dispatchDidReceiveContentLength(loader->documentLoader(), loader->identifier(), dataLength, encode… in didReceiveData() 88 page->progress()->completeProgress(loader->identifier()); in didFinishLoad() 89 dispatchDidFinishLoading(loader->documentLoader(), loader->identifier(), finishTime); in didFinishLoad() 95 page->progress()->completeProgress(loader->identifier()); in didFailToLoad() [all …]
|
/external/webkit/Source/WebCore/storage/ |
D | OriginUsageRecord.cpp | 42 void OriginUsageRecord::addDatabase(const String& identifier, const String& fullPath) in addDatabase() argument 44 ASSERT(!m_databaseMap.contains(identifier)); in addDatabase() 45 ASSERT_ARG(identifier, identifier.impl()->hasOneRef() || identifier.isEmpty()); in addDatabase() 48 m_databaseMap.set(identifier, DatabaseEntry(fullPath)); in addDatabase() 49 m_unknownSet.add(identifier); in addDatabase() 54 void OriginUsageRecord::removeDatabase(const String& identifier) in removeDatabase() argument 56 ASSERT(m_databaseMap.contains(identifier)); in removeDatabase() 58 m_databaseMap.remove(identifier); in removeDatabase() 59 m_unknownSet.remove(identifier); in removeDatabase() 63 void OriginUsageRecord::markDatabase(const String& identifier) in markDatabase() argument [all …]
|
/external/webkit/Source/WebCore/svg/ |
D | SVGGlyphElement.cpp | 111 void SVGGlyphElement::inheritUnspecifiedAttributes(SVGGlyphIdentifier& identifier, const SVGFontDat… in inheritUnspecifiedAttributes() argument 113 if (identifier.horizontalAdvanceX == SVGGlyphIdentifier::inheritedValue()) in inheritUnspecifiedAttributes() 114 identifier.horizontalAdvanceX = svgFontData->horizontalAdvanceX(); in inheritUnspecifiedAttributes() 116 if (identifier.verticalOriginX == SVGGlyphIdentifier::inheritedValue()) in inheritUnspecifiedAttributes() 117 identifier.verticalOriginX = svgFontData->verticalOriginX(); in inheritUnspecifiedAttributes() 119 if (identifier.verticalOriginY == SVGGlyphIdentifier::inheritedValue()) in inheritUnspecifiedAttributes() 120 identifier.verticalOriginY = svgFontData->verticalOriginY(); in inheritUnspecifiedAttributes() 122 if (identifier.verticalAdvanceY == SVGGlyphIdentifier::inheritedValue()) in inheritUnspecifiedAttributes() 123 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY(); in inheritUnspecifiedAttributes() 151 SVGGlyphIdentifier identifier; in buildGenericGlyphIdentifier() local [all …]
|
D | SVGFont.cpp | 141 static inline bool isCompatibleArabicForm(const SVGGlyphIdentifier& identifier, const Vector<SVGGly… in isCompatibleArabicForm() argument 151 …if (*it != static_cast<SVGGlyphIdentifier::ArabicForm>(identifier.arabicForm) && *it != SVGGlyphId… in isCompatibleArabicForm() 158 static inline bool isCompatibleGlyph(const SVGGlyphIdentifier& identifier, bool isVerticalText, con… in isCompatibleGlyph() argument 164 switch (identifier.orientation) { in isCompatibleGlyph() 179 if (!identifier.languages.isEmpty()) { in isCompatibleGlyph() 192 Vector<String>::const_iterator it = identifier.languages.begin(); in isCompatibleGlyph() 193 Vector<String>::const_iterator end = identifier.languages.end(); in isCompatibleGlyph() 209 return isCompatibleArabicForm(identifier, chars, startPosition, endPosition); in isCompatibleGlyph() 250 SVGGlyphIdentifier identifier; in walk() local 289 identifier = *it; in walk() [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | NetworkManager.js | 123 …requestWillBeSent: function(identifier, frameId, loaderId, documentURL, request, time, stackTrace,… argument 125 var resource = this._inflightResourcesById[identifier]; 130 this.responseReceived(identifier, time, "Other", redirectResponse); 131 resource = this._appendRedirect(identifier, time, request.url); 133 …resource = this._createResource(identifier, frameId, loaderId, request.url, documentURL, stackTrac… 140 resourceMarkedAsCached: function(identifier) argument 142 var resource = this._inflightResourcesById[identifier]; 150 responseReceived: function(identifier, time, resourceType, response) argument 156 var resource = this._inflightResourcesById[identifier]; 180 dataReceived: function(identifier, time, dataLength, encodedDataLength) argument [all …]
|
/external/checkpolicy/ |
D | policy_parse.y | 168 class_def : CLASS identifier 174 initial_sid_def : SID identifier 185 common_perms_def : COMMON identifier '{' identifier_list '}' 191 av_perms_def : CLASS identifier '{' identifier_list '}' 193 | CLASS identifier INHERITS identifier 195 | CLASS identifier INHERITS identifier '{' identifier_list '}' 206 sensitivity_def : SENSITIVITY identifier alias_def ';' 208 | SENSITIVITY identifier ';' 213 dominance : DOMINANCE identifier 224 category_def : CATEGORY identifier alias_def ';' [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
D | DERObjectIdentifier.java | 11 String identifier; field in DERObjectIdentifier 118 this.identifier = objId.toString().intern(); in DERObjectIdentifier() 123 String identifier) in DERObjectIdentifier() argument 125 if (!isValidIdentifier(identifier)) in DERObjectIdentifier() 127 throw new IllegalArgumentException("string " + identifier + " not an OID"); in DERObjectIdentifier() 135 this.identifier = identifier.intern(); in DERObjectIdentifier() 141 return identifier; in getId() 189 OIDTokenizer tok = new OIDTokenizer(identifier); in encode() 219 return identifier.hashCode(); in hashCode() 230 return identifier.equals(((DERObjectIdentifier)o).identifier); in asn1Equals() [all …]
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageResourceLoadClient.cpp | 36 …t::didInitiateLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::… in didInitiateLoadForResource() argument 41 …m_client.didInitiateLoadForResource(toAPI(page), toAPI(frame), identifier, toAPI(request), pageIsP… in didInitiateLoadForResource() 44 …ient::willSendRequestForFrame(WebPage* page, WebFrame* frame, uint64_t identifier, ResourceRequest… in willSendRequestForFrame() argument 49 …Ref(toImpl(m_client.willSendRequestForFrame(toAPI(page), toAPI(frame), identifier, toAPI(request),… in willSendRequestForFrame() 56 …didReceiveResponseForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::… in didReceiveResponseForResource() argument 61 …m_client.didReceiveResponseForResource(toAPI(page), toAPI(frame), identifier, toAPI(response), m_c… in didReceiveResponseForResource() 64 …ceiveContentLengthForResource(WebPage* page, WebFrame* frame, uint64_t identifier, uint64_t conten… in didReceiveContentLengthForResource() argument 69 …m_client.didReceiveContentLengthForResource(toAPI(page), toAPI(frame), identifier, contentLength, … in didReceiveContentLengthForResource() 72 …geResourceLoadClient::didFinishLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier) in didFinishLoadForResource() argument 77 m_client.didFinishLoadForResource(toAPI(page), toAPI(frame), identifier, m_client.clientInfo); in didFinishLoadForResource() [all …]
|
D | InjectedBundlePageResourceLoadClient.h | 49 …void didInitiateLoadForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceR… 50 …void willSendRequestForFrame(WebPage*, WebFrame*, uint64_t identifier, WebCore::ResourceRequest&, … 51 …void didReceiveResponseForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::Resour… 52 …void didReceiveContentLengthForResource(WebPage*, WebFrame*, uint64_t identifier, uint64_t content… 53 void didFinishLoadForResource(WebPage*, WebFrame*, uint64_t identifier); 54 …void didFailLoadForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceError…
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
D | DnaBlockData.java | 65 int identifier; in DnaBlockData() local 68 identifier = inputStream.readByte() << 24 | inputStream.readByte() << 16 in DnaBlockData() 71 if (identifier != SDNA_ID) { in DnaBlockData() 72 …id identifier! '" + this.toString(SDNA_ID) + "' expected and found: " + this.toString(identifier)); in DnaBlockData() 76 identifier = inputStream.readByte() << 24 | inputStream.readByte() << 16 in DnaBlockData() 78 if (identifier != NAME_ID) { in DnaBlockData() 79 …id identifier! '" + this.toString(NAME_ID) + "' expected and found: " + this.toString(identifier)); in DnaBlockData() 92 identifier = inputStream.readByte() << 24 | inputStream.readByte() << 16 in DnaBlockData() 94 if (identifier != TYPE_ID) { in DnaBlockData() 95 …id identifier! '" + this.toString(TYPE_ID) + "' expected and found: " + this.toString(identifier)); in DnaBlockData() [all …]
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorInstrumentation.h | 114 …static void willSendRequest(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, c… 115 static void markResourceAsCached(Page*, unsigned long identifier); 117 static InspectorInstrumentationCookie willReceiveResourceData(Frame*, unsigned long identifier); 119 …nstrumentationCookie willReceiveResourceResponse(Frame*, unsigned long identifier, const ResourceR… 120 …eResourceResponse(const InspectorInstrumentationCookie&, unsigned long identifier, DocumentLoader*… 121 …static void continueAfterXFrameOptionsDenied(Frame*, DocumentLoader*, unsigned long identifier, co… 122 …static void continueWithPolicyDownload(Frame*, DocumentLoader*, unsigned long identifier, const Re… 123 …static void continueWithPolicyIgnore(Frame*, DocumentLoader*, unsigned long identifier, const Reso… 124 …static void didReceiveContentLength(Frame*, unsigned long identifier, int dataLength, int encodedD… 125 static void didFinishLoading(Frame*, unsigned long identifier, double finishTime); [all …]
|
D | InspectorResourceAgent.h | 94 …void willSendRequest(unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceRe… 95 void markResourceAsCached(unsigned long identifier); 96 …void didReceiveResponse(unsigned long identifier, DocumentLoader* laoder, const ResourceResponse&); 97 void didReceiveContentLength(unsigned long identifier, int dataLength, int encodedDataLength); 98 void didFinishLoading(unsigned long identifier, double finishTime); 99 void didFailLoading(unsigned long identifier, const ResourceError&); 101 void setInitialScriptContent(unsigned long identifier, const String& sourceString); 102 void setInitialXHRContent(unsigned long identifier, const String& sourceString); 109 void didCreateWebSocket(unsigned long identifier, const KURL& requestURL); 110 …void willSendWebSocketHandshakeRequest(unsigned long identifier, const WebSocketHandshakeRequest&); [all …]
|
D | InspectorInstrumentation.cpp | 397 …ion::willSendRequestImpl(InspectorAgent* inspectorAgent, unsigned long identifier, DocumentLoader*… in willSendRequestImpl() argument 400 timelineAgent->willSendResourceRequest(identifier, request); in willSendRequestImpl() 402 resourceAgent->willSendRequest(identifier, loader, request, redirectResponse); in willSendRequestImpl() 405 …Instrumentation::markResourceAsCachedImpl(InspectorAgent* inspectorAgent, unsigned long identifier) in markResourceAsCachedImpl() argument 408 resourceAgent->markResourceAsCached(identifier); in markResourceAsCachedImpl() 419 …trumentation::willReceiveResourceDataImpl(InspectorAgent* inspectorAgent, unsigned long identifier) in willReceiveResourceDataImpl() argument 424 timelineAgent->willReceiveResourceData(identifier); in willReceiveResourceDataImpl() 436 …eiveResourceResponseImpl(InspectorAgent* inspectorAgent, unsigned long identifier, const ResourceR… in willReceiveResourceResponseImpl() argument 441 timelineAgent->willReceiveResourceResponse(identifier, response); in willReceiveResourceResponseImpl() 447 …sponseImpl(const InspectorInstrumentationCookie& cookie, unsigned long identifier, DocumentLoader*… in didReceiveResourceResponseImpl() argument [all …]
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8NPObject.cpp | 117 NPIdentifier identifier = getStringIdentifier(functionName); in npObjectInvokeImpl() local 118 retval = npObject->_class->invoke(npObject, identifier, npArgs.get(), numArgs, &result); in npObjectInvokeImpl() 169 PrivateIdentifier* identifier = static_cast<PrivateIdentifier*>(parameter); in weakTemplateCallback() local 170 ASSERT(identifier); in weakTemplateCallback() 171 ASSERT(staticTemplateMap.contains(identifier)); in weakTemplateCallback() 173 staticTemplateMap.forget(identifier); in weakTemplateCallback() 177 …8::Value> npObjectGetProperty(v8::Local<v8::Object> self, NPIdentifier identifier, v8::Local<v8::V… in npObjectGetProperty() argument 187 if (npObject->_class->hasProperty && npObject->_class->hasProperty(npObject, identifier) in npObjectGetProperty() 192 if (!npObject->_class->getProperty(npObject, identifier, &result)) in npObjectGetProperty() 201 …->IsString() && npObject->_class->hasMethod && npObject->_class->hasMethod(npObject, identifier)) { in npObjectGetProperty() [all …]
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | ResourceLoadDelegate.cpp | 62 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(unsigned long identifier) const in descriptionSuitableForTestResult() 64 IdentifierMap::const_iterator it = m_urlMap.find(identifier); in descriptionSuitableForTestResult() 121 …rceLoadDelegate::descriptionSuitableForTestResult(IWebError* error, unsigned long identifier) const in descriptionSuitableForTestResult() 165 failingURL = descriptionSuitableForTestResult(identifier); in descriptionSuitableForTestResult() 217 /* [in] */ unsigned long identifier) in identifierForInitialRequest() argument 224 ASSERT(!urlMap().contains(identifier)); in identifierForInitialRequest() 225 urlMap().set(identifier, wstringFromBSTR(urlStr)); in identifierForInitialRequest() 233 /* [in] */ unsigned long identifier) in removeIdentifierForRequest() argument 235 urlMap().remove(identifier); in removeIdentifierForRequest() 242 /* [in] */ unsigned long identifier, in willSendRequest() argument [all …]
|
D | ResourceLoadDelegate.h | 51 /* [in] */ unsigned long identifier); 55 /* [in] */ unsigned long identifier, 63 /* [in] */ unsigned long identifier, 69 /* [in] */ unsigned long identifier, in didCancelAuthenticationChallenge() argument 75 /* [in] */ unsigned long identifier, 81 /* [in] */ unsigned long identifier, in didReceiveContentLength() argument 87 /* [in] */ unsigned long identifier, 92 /* [in] */ unsigned long identifier, 104 /* [in] */ unsigned long identifier);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | NotificationPresenter.cpp | 83 WebString identifier = identifierForNotification(notification); in show() local 90 m_replacements.set(replaceId, WTF::String(identifier.data(), identifier.length())); in show() 107 WTF::String id(identifier.data(), identifier.length()); in show() 116 WebString identifier = identifierForNotification(notification); in cancel() local 117 printf("DESKTOP NOTIFICATION CLOSED: %s\n", identifier.utf8().data()); in cancel() 121 WTF::String id(identifier.data(), identifier.length()); in cancel() 127 WebString identifier = identifierForNotification(notification); in objectDestroyed() local 128 WTF::String id(identifier.data(), identifier.length()); in objectDestroyed()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSCell.cpp | 117 bool JSCell::getOwnPropertySlot(ExecState* exec, const Identifier& identifier, PropertySlot& slot) in getOwnPropertySlot() argument 124 if (!object->getPropertySlot(exec, identifier, slot)) in getOwnPropertySlot() 129 bool JSCell::getOwnPropertySlot(ExecState* exec, unsigned identifier, PropertySlot& slot) in getOwnPropertySlot() argument 136 if (!object->getPropertySlot(exec, identifier, slot)) in getOwnPropertySlot() 141 void JSCell::put(ExecState* exec, const Identifier& identifier, JSValue value, PutPropertySlot& slo… in put() argument 143 toObject(exec, exec->lexicalGlobalObject())->put(exec, identifier, value, slot); in put() 146 void JSCell::put(ExecState* exec, unsigned identifier, JSValue value) in put() argument 148 toObject(exec, exec->lexicalGlobalObject())->put(exec, identifier, value); in put() 151 bool JSCell::deleteProperty(ExecState* exec, const Identifier& identifier) in deleteProperty() argument 153 return toObject(exec, exec->lexicalGlobalObject())->deleteProperty(exec, identifier); in deleteProperty() [all …]
|
D | PropertyNameArray.cpp | 33 void PropertyNameArray::add(StringImpl* identifier) in add() argument 35 ASSERT(!identifier || identifier == StringImpl::empty() || identifier->isIdentifier()); in add() 40 if (identifier == m_data->propertyNameVector()[i].impl()) in add() 48 if (!m_set.add(identifier).second) in add() 52 addKnownUnique(identifier); in add()
|
/external/chromium/chrome/browser/resources/ |
D | keyboard_overlay.js | 149 function keyId(identifier, i) { argument 150 return identifier + '-key-' + i; 156 function keyTextId(identifier, i) { argument 157 return identifier + '-key-text-' + i; 163 function shortcutTextId(identifier, i) { argument 164 return identifier + '-shortcut-text-' + i; 178 function getKeyClasses(identifier, modifiers) { argument 184 if ((identifier == '2A' && contains(modifiers, 'SHIFT')) || 185 (identifier == '1D' && contains(modifiers, 'CTRL')) || 186 (identifier == '38' && contains(modifiers, 'ALT'))) { [all …]
|
/external/webkit/Source/WebCore/css/ |
D | Counter.h | 31 …static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiv… in create() argument 33 return adoptRef(new Counter(identifier, listStyle, separator)); in create() 36 String identifier() const { return m_identifier ? m_identifier->getStringValue() : String(); } in identifier() function 42 void setIdentifier(PassRefPtr<CSSPrimitiveValue> identifier) { m_identifier = identifier; } in setIdentifier() argument 47 …Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRef… in Counter() argument 48 : m_identifier(identifier) in Counter()
|
/external/webkit/Source/WebKit2/UIProcess/cf/ |
D | WebPreferencesCF.cpp | 41 static inline RetainPtr<CFStringRef> makeKey(const String& identifier, const String& baseKey) in makeKey() argument 43 return cfStringFromWebCoreString(makeString(identifier, ".WebKit2", baseKey)); in makeKey() 46 static void setStringValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPref… in setStringValueIfInUserDefaults() argument 48 …RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey)… in setStringValueIfInUserDefaults() 57 static void setBoolValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPrefer… in setBoolValueIfInUserDefaults() argument 59 …RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey)… in setBoolValueIfInUserDefaults() 68 static void setUInt32ValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPref… in setUInt32ValueIfInUserDefaults() argument 70 …RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey)… in setUInt32ValueIfInUserDefaults() 82 static void setDoubleValueIfInUserDefaults(const String& identifier, const String& baseKey, WebPref… in setDoubleValueIfInUserDefaults() argument 84 …RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey)… in setDoubleValueIfInUserDefaults()
|
/external/webkit/Source/WebCore/bridge/c/ |
D | c_class.cpp | 76 MethodList CClass::methodsNamed(const Identifier& identifier, Instance* instance) const in methodsNamed() argument 80 Method* method = _methods.get(identifier.ustring().impl()); in methodsNamed() 86 NPIdentifier ident = _NPN_GetStringIdentifier(identifier.ascii().data()); in methodsNamed() 93 _methods.set(identifier.ustring().impl(), aMethod); in methodsNamed() 101 Field* CClass::fieldNamed(const Identifier& identifier, Instance* instance) const in fieldNamed() argument 103 Field* aField = _fields.get(identifier.ustring().impl()); in fieldNamed() 107 NPIdentifier ident = _NPN_GetStringIdentifier(identifier.ascii().data()); in fieldNamed() 114 _fields.set(identifier.ustring().impl(), aField); in fieldNamed()
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginTest.cpp | 37 PluginTest* PluginTest::create(NPP npp, const string& identifier) in create() argument 39 if (identifier.empty()) in create() 40 return new PluginTest(npp, identifier); in create() 42 CreateTestFunction createTestFunction = createTestFunctions()[identifier]; in create() 44 return createTestFunction(npp, identifier); in create() 49 PluginTest::PluginTest(NPP npp, const string& identifier) in PluginTest() argument 51 , m_identifier(identifier) in PluginTest() 190 void PluginTest::registerCreateTestFunction(const string& identifier, CreateTestFunction createTest… in registerCreateTestFunction() argument 192 assert(!createTestFunctions().count(identifier)); in registerCreateTestFunction() 194 createTestFunctions()[identifier] = createTestFunction; in registerCreateTestFunction()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebResourceLoadDelegate.idl | 49 The various progress methods of this protocol all receive an identifier as the 50 parameter. This identifier can be used to track messages associated with a single 69 @discussion An implementor of WebResourceLoadDelegate should provide an identifier 70 that can be used to track the load of a single resource. This identifier will be 72 identifier is useful to track changes to a resources request, which will be 74 @result An identifier that will be passed back to the implementor for each callback. 75 The identifier will be retained. 78 …iew, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier); 85 … @param identifier An identifier that can be used to track the progress of a resource load across 93 …- (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest … [all …]
|