Searched refs:toCoreString (Results 1 – 18 of 18) sorted by relevance
49 return toCoreString(m_profile->GetTitle()); in title()84 .setFunctionName(toCoreString(node->GetFunctionName())) in buildInspectorObjectFor()86 .setUrl(toCoreString(node->GetScriptResourceName())) in buildInspectorObjectFor()
48 String model = toCoreString(value.As<v8::String>()); in panningModelAttributeSetterCustom()72 String model = toCoreString(value.As<v8::String>()); in distanceModelAttributeSetterCustom()
81 impl->setStrokeColor(toCoreString(value.As<v8::String>())); in strokeStyleAttributeSetterCustom()96 impl->setFillColor(toCoreString(value.As<v8::String>())); in fillStyleAttributeSetterCustom()
48 String type = toCoreString(value.As<v8::String>()); in typeAttributeSetterCustom()
73 …action = adoptPtr(new ScheduledAction(v8Context, toCoreString(function.As<v8::String>()), workerGl… in SetTimeoutOrInterval()
108 String propertyName = toCoreString(v8PropertyName); in cssPropertyInfo()
91 functionString = toCoreString(function.As<v8::String>()); in WindowSetTimeoutImpl()99 functionString = toCoreString(v8String); in WindowSetTimeoutImpl()
98 String errorMessage = toCoreString(message->Get()); in messageHandlerInMainThread()108 …String resource = shouldUseDocumentURL ? firstWindow->document()->url() : toCoreString(resourceNam… in messageHandlerInMainThread()202 String errorMessage = toCoreString(message->Get()); in messageHandlerInWorker()
54 result = toCoreString(string.As<v8::String>()); in getString()85 return JSONString::create(toCoreString(value.As<v8::String>())); in v8ToJSONValue()
59 sourceName = toCoreString(sourceNameValue); in toScriptCallFrame()64 functionName = toCoreString(functionNameValue); in toScriptCallFrame()
51 return toCoreString(m_snapshot->GetTitle()); in title()
159 inline String toCoreString(v8::Handle<v8::String> value) in toCoreString() function168 return toCoreString(value); in toCoreStringWithNullCheck()175 return toCoreString(value); in toCoreStringWithUndefinedOrNullCheck()191 return toCoreString(value.As<v8::String>()); in toCoreStringWithUndefinedOrNullCheck()
158 sourceName = toCoreString(origin.ResourceName().As<v8::String>()); in eventListenerHandlerLocation()
175 state->errorMessage = toCoreString(message->Get()); in evaluate()
87 String profileTitle = toCoreString(profile->GetTitle()); in stop()
161 return IDBKey::createString(toCoreString(value.As<v8::String>())); in createIDBKeyFromValue()
105 return toCoreString(breakpointId.As<v8::String>()); in setBreakpoint()