OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFunctionAllowed
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/public/renderer/
v8_value_converter.h
65
virtual void
SetFunctionAllowed
(bool val) = 0;
/external/chromium_org/chrome/renderer/extensions/
dom_activity_logger.cc
37
converter->
SetFunctionAllowed
(true);
api_activity_logger.cc
59
converter->
SetFunctionAllowed
(true);
send_request_natives.cc
51
converter->
SetFunctionAllowed
(true);
activity_log_converter_strategy_unittest.cc
29
converter_->
SetFunctionAllowed
(true);
/external/chromium_org/content/renderer/
v8_value_converter_impl.h
31
virtual void
SetFunctionAllowed
(bool val) OVERRIDE;
v8_value_converter_impl.cc
103
void V8ValueConverterImpl::
SetFunctionAllowed
(bool val) {
Completed in 57 milliseconds