Searched refs:indexedSecurityCheck (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HistoryCustom.cpp92 bool V8History::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) function in class:WebCore::V8History
H A DV8LocationCustom.cpp262 bool V8Location::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) function in class:WebCore::V8Location
H A DV8DOMWindowCustom.cpp563 bool V8DOMWindow::indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType type, v8::Local<v8::Value>) function in class:WebCore::V8DOMWindow
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorV8.pm358 static bool indexedSecurityCheck(v8::Local<v8::Object> host, uint32_t index, v8::AccessType, v8::Local<v8::Value> data);
1937 $access_check = "instance->SetAccessCheckCallbacks(V8${interfaceName}::namedSecurityCheck, V8${interfaceName}::indexedSecurityCheck, v8::External::Wrap(&V8${interfaceName}::info));";
1949 templ->SetAccessCheckCallbacks(V8DOMWindow::namedSecurityCheck, V8DOMWindow::indexedSecurityCheck, v8::External::Wrap(&V8DOMWindow::info));
2133 instance->SetAccessCheckCallbacks(V8DOMWindow::namedSecurityCheck, V8DOMWindow::indexedSecurityCheck, v8::External::Wrap(&V8DOMWindow::info), false);

Completed in 97 milliseconds