HomeSort by relevance Sort by last modified time
    Searched refs:identifier (Results 126 - 150 of 664) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 223 WebFrame*, unsigned identifier, WebURLRequest&,
227 // by identifier.
229 WebFrame*, unsigned identifier, const WebURLResponse&) { }
232 WebFrame*, unsigned identifier, const WebKit::WebURLRequest::Priority&) { }
234 // The resource request given by identifier succeeded.
236 WebFrame*, unsigned identifier) { }
291 // identifier. |finalUpdate| specifies whether this is the last update
294 int identifier, int count, bool finalUpdate) { }
297 // identifier lets the client know which request this message belongs
303 int identifier, int activeMatchOrdinal, const WebRect& selection) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.idl 245 void willSendRequest(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
247 void continueAfterPingLoader(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse&);
250 void markResourceAsCached(Page*, unsigned long identifier);
253 InspectorInstrumentationCookie willReceiveResourceData([Keep] Frame*, unsigned long identifier, int length);
259 InspectorInstrumentationCookie willReceiveResourceResponse([Keep] Frame*, unsigned long identifier, const ResourceResponse&);
262 void didReceiveResourceResponse(const InspectorInstrumentationCookie&, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
265 void continueAfterXFrameOptionsDenied(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r);
268 void continueWithPolicyDownload(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r);
271 void continueWithPolicyIgnore(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r);
274 void didReceiveData(Frame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength)
    [all...]
TimelineRecordFactory.h 101 static inline PassRefPtr<JSONObject> createWebSocketCreateData(unsigned long identifier, const KURL& url, const String& protocol)
104 data->setNumber("identifier", identifier);
111 static inline PassRefPtr<JSONObject> createGenericWebSocketData(unsigned long identifier)
114 data->setNumber("identifier", identifier);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.cpp 120 void Worker::didReceiveResponse(unsigned long identifier, const ResourceResponse&)
122 InspectorInstrumentation::didReceiveScriptResponse(scriptExecutionContext(), identifier); local
134 InspectorInstrumentation::scriptImported(scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
WorkerScriptLoader.cpp 112 void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response)
121 m_client->didReceiveResponse(identifier, response);
145 void WorkerScriptLoader::didFinishLoading(unsigned long identifier, double)
155 m_identifier = identifier;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java 74 * Tests provided identifier.
76 * @param identifier identifier to be verified
77 * @return true if identifier correspond to primitive or constructed
78 * identifier of this ASN.1 string type, otherwise false
80 public final boolean checkTag(int identifier) {
81 return this.id == identifier || this.constrId == identifier;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 50 /* With this true, enum is seen as a keyword. False, it's an identifier */
73 - (void)identifier;
  /external/chromium_org/chrome/app/policy/
syntax_check_policy_template_json.py 65 def _Error(self, message, parent_element=None, identifier=None,
69 if identifier is not None and parent_element is not None:
70 error += 'In %s %s: ' % (parent_element, identifier)
79 identifier=None,
90 In |parent_element| |identifier|:
100 if identifier is None:
101 identifier = container.get('name')
112 container_name, identifier, offending)
118 container_name, identifier, value)
122 container_name, identifier, value
    [all...]
  /external/chromium_org/content/public/browser/
devtools_http_handler.h 35 // Returns the mapping of DevToolsAgentHost to identifier.
38 // Returns the mapping of identifier to DevToolsAgentHost.
39 virtual DevToolsAgentHost* ForIdentifier(const std::string& identifier) = 0;
  /external/chromium_org/remoting/host/plugin/
host_plugin_utils.h 20 std::string StringFromNPIdentifier(NPIdentifier identifier);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.h 55 static PluginTest* create(NPP, const std::string& identifier);
109 Register(const std::string& identifier)
111 registerCreateTestFunction(identifier, Register::create);
115 static PluginTest* create(NPP npp, const std::string& identifier)
117 return new TestClassTy(npp, identifier);
122 PluginTest(NPP npp, const std::string& identifier);
127 const std::string& identifier() const { return m_identifier; } function in class:PluginTest
183 bool identifierIs(NPIdentifier identifier, const char* value)
185 return pluginTest()->NPN_GetStringIdentifier(value) == identifier;
  /external/chromium_org/tools/android/forwarder2/
daemon.h 43 // |identifier| should be a unique string identifier. It is used to
48 const std::string& identifier,
  /external/chromium_org/ui/webui/
web_ui_util.h 44 UI_EXPORT bool ParseScaleFactor(const base::StringPiece&identifier,
  /external/clang/test/CXX/temp/
p3.cpp 10 expected-error {{use of undeclared identifier 'T'}} \
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 118 * @identifier: Identifier
129 u8 code, u8 identifier)
143 hdr->identifier = identifier;
178 * eap_get_id - Get EAP Identifier from wpabuf
180 * Returns: The Identifier field from the EAP header
190 return eap->identifier;
eap_pax_common.c 21 * @identifier: Public identifier for the key (Y)
31 const char *identifier,
42 if (identifier == NULL || num_blocks >= 255)
49 addr[0] = (const u8 *) identifier;
50 len[0] = os_strlen(identifier);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 159 Integer identifier = stringToId.get(string); local
160 if (identifier != null) {
161 return identifier;
210 Integer identifier = classNameToId.get(className); local
211 if (identifier != null) {
212 return identifier;
230 Integer identifier = stackFrameToId.get(stackFrame); local
231 if (identifier != null) {
232 return identifier;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp 48 static CounterNode* makeCounterNode(RenderObject*, const AtomicString& identifier, bool alwaysCreateCounter);
102 static bool planCounter(RenderObject* object, const AtomicString& identifier, bool& isReset, int& value)
131 const CounterDirectives directives = style->getCounterDirectives(identifier);
138 if (identifier == "list-item") {
167 // identifier in the CounterNode tree for identifier and sets parent and
172 // counter with the same identifier.
173 // - All the counter references with the same identifier as this one that are in
182 static bool findPlaceForCounter(RenderObject* counterOwner, const AtomicString& identifier, bool isReset, RefPtr<CounterNode>& parent, RefPtr<CounterNode>& previousSibling)
184 // We cannot stop searching for counters with the same identifier before we als
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 149 function keyId(identifier, i) {
150 return identifier + '-key-' + i;
156 function keyTextId(identifier, i) {
157 return identifier + '-key-text-' + i;
163 function shortcutTextId(identifier, i) {
164 return identifier + '-shortcut-text-' + i;
175 * Returns a list of the class names corresponding to the identifier and
178 function getKeyClasses(identifier, modifiers) {
184 if ((identifier == '2A' && contains(modifiers, 'SHIFT')) ||
185 (identifier == '1D' && contains(modifiers, 'CTRL')) |
    [all...]
  /external/chromium/chrome/browser/
spellcheck_message_filter.cc 69 int identifier,
73 route_id, identifier, document_tag, text, this);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper.cc 25 const DatabaseIdentifier& identifier,
30 : identifier(identifier),
78 DatabaseIdentifier identifier = local
80 if (!BrowsingDataHelper::HasWebScheme(identifier.ToOrigin())) {
93 identifier,
204 DatabaseIdentifier identifier = local
208 identifier,
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.h 55 // Finds the plug-in with the given identifier. If found, sets |installer|
58 bool FindPluginWithIdentifier(const std::string& identifier,
63 // Returns the plug-in name with the given identifier.
64 string16 FindPluginNameWithIdentifier(const std::string& identifier);
plugin_metadata.h 38 PluginMetadata(const std::string& identifier,
47 // Unique identifier for the plug-in.
48 const std::string& identifier() const { return identifier_; } function in class:PluginMetadata
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice_util.js 54 * Gets the remembered action's identifier.
55 * @param {function(string=)} callback Callback with the identifier.
64 * Sets the remembered action's identifier.
65 * @param {string=} opt_actionId Action's identifier. If undefined, then forgets
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValuePool.h 50 PassRefPtr<CSSPrimitiveValue> createIdentifierValue(CSSValueID identifier);
51 PassRefPtr<CSSPrimitiveValue> createIdentifierValue(CSSPropertyID identifier);

Completed in 860 milliseconds

1 2 3 4 56 7 8 91011>>