HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 251 - 275 of 349) sorted by null

<<11121314

  /external/webkit/Source/JavaScriptGlue/
JSValueWrapper.cpp 83 Identifier name = *iterator;
  /external/webkit/Source/WebCore/bindings/js/
JSEventListener.cpp 97 JSValue handleEventFunction = jsFunction->get(exec, Identifier(exec, "handleEvent"));
ScriptValue.cpp 151 const Identifier& name = propertyNames[i];
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 587 kern_return_t WKPCGetStringIdentifier(mach_port_t clientPort, data_t name, mach_msg_type_number_t nameCnt, uint64_t* identifier)
591 COMPILE_ASSERT(sizeof(*identifier) == sizeof(IdentifierRep*), identifier_sizes);
593 *identifier = reinterpret_cast<uint64_t>(IdentifierRep::get(name));
597 kern_return_t WKPCGetIntIdentifier(mach_port_t clientPort, int32_t value, uint64_t* identifier)
599 COMPILE_ASSERT(sizeof(*identifier) == sizeof(NPIdentifier), identifier_sizes);
601 *identifier = reinterpret_cast<uint64_t>(IdentifierRep::get(value));
605 static Identifier identifierFromIdentifierRep(IdentifierRep* identifier)
607 ASSERT(IdentifierRep::isValid(identifier));
608 ASSERT(identifier->isString())
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 83 void Connection::platformInitialize(Identifier identifier)
91 m_connectionPipe = identifier;
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp 63 void PluginProcess::initialize(CoreIPC::Connection::Identifier serverIdentifier, RunLoop* runLoop)
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 73 void initialize(CoreIPC::Connection::Identifier, RunLoop*);
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess32_64.cpp 73 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(property)));
86 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(property)));
99 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(property)));
158 stubCall.addArgument(TrustedImmPtr(&(m_codeBlock->identifier(ident))));
178 stubCall.addArgument(TrustedImmPtr(&(m_codeBlock->identifier(ident))));
256 compileGetByIdSlowCase(dst, base, &(m_codeBlock->identifier(ident)), iter, true);
455 compileGetByIdSlowCase(dst, base, &(m_codeBlock->identifier(ident)), iter);
458 void JIT::compileGetByIdSlowCase(int dst, int base, Identifier* ident, Vector<SlowCaseEntry>::iterator& iter, bool isMethodCheck)
532 stubCall.addArgument(TrustedImmPtr(&(m_codeBlock->identifier(ident))));
    [all...]
JITStubs.cpp 856 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo)
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 289 Identifier identifier(exec, JavaString(methodName).impl());
290 JSValue function = _imp->get(exec, identifier);
344 JSValue result = _imp->get(exec, Identifier(exec, JavaString(memberName).impl()));
361 _imp->put(exec, Identifier(exec, JavaString(memberName).impl()), convertJObjectToValue(exec, value), slot);
375 _imp->deleteProperty(exec, Identifier(exec, JavaString(memberName).impl()));
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 119 JavaRuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, const Identifier& name, Bindings::MethodList& list)
137 JSValue JavaInstance::getMethod(ExecState* exec, const Identifier& propertyName)
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 383 global.put(exec, Identifier("myInterface"), Instance::createRuntimeObject(Instance::CLanguage, (void *)myObject));
397 Value lineVal = Object::dynamicCast(exVal).get(exec,Identifier("line"));
  /external/clang/lib/Lex/
ModuleMap.cpp 456 Identifier,
584 .Default(MMToken::Identifier);
706 /// identifier
707 /// identifier '.' module-id
713 if (Tok.is(MMToken::Identifier)) {
751 /// [ identifier ]
851 if (!Tok.is(MMToken::Identifier)) {
991 /// identifier ',' feature-list
992 /// identifier
1001 if (!Tok.is(MMToken::Identifier)) {
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 103 Identifier& ident = codeBlock->identifier(property);
142 Identifier& ident = codeBlock->identifier(property);
175 Identifier& ident = codeBlock->identifier(property);
221 Identifier& ident = codeBlock->identifier(property);
250 Identifier& ident = codeBlock->identifier(property)
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSString.h 28 #include "Identifier.h"
342 bool getStringPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
344 bool getStringPropertyDescriptor(ExecState*, const Identifier& propertyName, PropertyDescriptor&);
410 virtual bool getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot&);
412 virtual bool getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor&);
577 ALWAYS_INLINE bool JSString::getStringPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
DateConstructor.cpp 61 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, datePrototype->classInfo()->className))
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 103 /// invoked after the directive identifier is read and is responsible for
219 /// ParseIdentifier - Parse an identifier or string (as a quoted identifier)
220 /// and set \arg Res to the identifier contents.
654 case AsmToken::Identifier: {
657 StringRef Identifier;
658 if (ParseIdentifier(Identifier))
662 std::pair<StringRef, StringRef> Split = Identifier.split('@');
667 if (Split.first.size() != Identifier.size()) {
696 if (Lexer.getKind() == AsmToken::Identifier) {
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
SecurityDetector.java 62 import lombok.ast.Identifier;
314 public boolean visitIdentifier(Identifier node) {
  /external/libffi/src/powerpc/
darwin.S 195 .long 0x0 ; CIE Identifier Tag
darwin_closure.S 254 .long 0x0 ; CIE Identifier Tag
linux64.S 146 .4byte 0x0 # CIE Identifier Tag
  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.cpp 35 #include <runtime/Identifier.h>
117 // The empty string is shared across threads & is an identifier, in all other cases we should have done a deep copy in className(), below.
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 30 #include "Identifier.h"
323 ALWAYS_INLINE const Identifier* Lexer::makeIdentifier(const UChar* characters, size_t length)
352 // identifier or not. Those whose type value is less or equal than CharacterNumber can be
353 // part of an identifier. (See the CharacterType definition for more details.)
442 const Identifier* ident = makeIdentifier(identifierStart, identifierLength);
447 // Keywords must not be recognized if there was an \uXXXX in the identifier.
1084 bool Lexer::scanRegExp(const Identifier*& pattern, const Identifier*& flags, UChar patternPrefix)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 74 // Asks the plug-in process to create a new connection to a web process. The connection identifier will be
179 void PluginProcessProxy::didFinishLaunching(ProcessLauncher*, CoreIPC::Connection::Identifier connectionIdentifier)

Completed in 2074 milliseconds

<<11121314