OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIThreadExtensionFunction
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/extensions/browser/
extension_function.cc
34
class
UIThreadExtensionFunction
::RenderViewHostTracker
37
explicit RenderViewHostTracker(
UIThreadExtensionFunction
* function)
57
UIThreadExtensionFunction
* function_;
74
UIThreadExtensionFunction
* ExtensionFunction::AsUIThreadExtensionFunction() {
148
UIThreadExtensionFunction
::
UIThreadExtensionFunction
()
151
UIThreadExtensionFunction
::~
UIThreadExtensionFunction
() {
156
UIThreadExtensionFunction
*
157
UIThreadExtensionFunction
::AsUIThreadExtensionFunction()
[
all
...]
extension_function.h
28
class
UIThreadExtensionFunction
;
101
virtual
UIThreadExtensionFunction
* AsUIThreadExtensionFunction();
271
class
UIThreadExtensionFunction
: public ExtensionFunction {
278
virtual void OnSendResponse(
UIThreadExtensionFunction
* function,
283
UIThreadExtensionFunction
();
285
virtual
UIThreadExtensionFunction
* AsUIThreadExtensionFunction() OVERRIDE;
324
friend class base::DeleteHelper<
UIThreadExtensionFunction
>;
326
virtual ~
UIThreadExtensionFunction
();
353
// requests). Generally,
UIThreadExtensionFunction
is more appropriate and will
400
class AsyncExtensionFunction : public
UIThreadExtensionFunction
{
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.h
15
class
UIThreadExtensionFunction
;
88
std::string RunFunctionAndReturnError(
UIThreadExtensionFunction
* function,
92
std::string RunFunctionAndReturnError(
UIThreadExtensionFunction
* function,
100
UIThreadExtensionFunction
* function,
105
UIThreadExtensionFunction
* function,
119
bool RunFunction(
UIThreadExtensionFunction
* function,
chrome_extension_function.h
23
class ChromeAsyncExtensionFunction : public
UIThreadExtensionFunction
{
extension_function_test_utils.cc
161
std::string RunFunctionAndReturnError(
UIThreadExtensionFunction
* function,
166
std::string RunFunctionAndReturnError(
UIThreadExtensionFunction
* function,
179
UIThreadExtensionFunction
* function,
185
UIThreadExtensionFunction
* function,
203
// This helps us be able to wait until an
UIThreadExtensionFunction
calls
206
: public
UIThreadExtensionFunction
::DelegateForTests {
225
virtual void OnSendResponse(
UIThreadExtensionFunction
* function,
242
bool RunFunction(
UIThreadExtensionFunction
* function,
chrome_extension_function.cc
98
UIThreadExtensionFunction
::GetAssociatedWebContents();
extension_function_dispatcher.cc
355
UIThreadExtensionFunction
* function_ui =
391
// We only adjust the keepalive count for
UIThreadExtensionFunction
for
/external/chromium_org/chrome/browser/extensions/api/socket/
socket_api_unittest.cc
44
UIThreadExtensionFunction
* function, const std::string& args) {
45
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
51
UIThreadExtensionFunction
* function, const std::string& args) {
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
sockets_tcp_api_unittest.cc
48
UIThreadExtensionFunction
* function, const std::string& args) {
49
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
55
UIThreadExtensionFunction
* function, const std::string& args) {
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
sockets_udp_api_unittest.cc
48
UIThreadExtensionFunction
* function, const std::string& args) {
49
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
55
UIThreadExtensionFunction
* function, const std::string& args) {
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api_unittest.cc
61
UIThreadExtensionFunction
* function, const std::string& args) {
62
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
68
UIThreadExtensionFunction
* function, const std::string& args) {
/external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc
153
scoped_refptr<
UIThreadExtensionFunction
> function(
155
static_cast<
UIThreadExtensionFunction
*>(
157
static_cast<
UIThreadExtensionFunction
*>(
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_api_unittest.cc
137
UIThreadExtensionFunction
* function,
139
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
145
UIThreadExtensionFunction
* function,
/external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api_unittest.cc
74
UIThreadExtensionFunction
* function, const std::string& args) {
75
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
82
UIThreadExtensionFunction
* function, const std::string& args) {
88
UIThreadExtensionFunction
* function, const std::string& args) {
93
void RunFunction(
UIThreadExtensionFunction
* function,
98
std::string RunFunctionAndReturnError(
UIThreadExtensionFunction
* function,
/external/chromium_org/chrome/browser/extensions/api/discovery/
discovery_api_unittest.cc
79
UIThreadExtensionFunction
* function, const std::string& args) {
85
void RunFunction(
UIThreadExtensionFunction
* function,
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_unittest.cc
137
UIThreadExtensionFunction
* function, const std::string& args);
165
UIThreadExtensionFunction
* function, const std::string& args) {
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc
54
: public
UIThreadExtensionFunction
::DelegateForTests {
73
virtual void OnSendResponse(
UIThreadExtensionFunction
* function,
95
UIThreadExtensionFunction
* function,
115
std::string WaitForError(
UIThreadExtensionFunction
* function) {
121
base::Value* WaitForSingleResult(
UIThreadExtensionFunction
* function) {
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc
527
bool RunFunction(
UIThreadExtensionFunction
* function,
529
scoped_refptr<
UIThreadExtensionFunction
> delete_function(function);
550
scoped_refptr<
UIThreadExtensionFunction
> function,
558
scoped_refptr<
UIThreadExtensionFunction
> function,
566
scoped_refptr<
UIThreadExtensionFunction
> function,
586
void SetUpExtensionFunction(
UIThreadExtensionFunction
* function) {
[
all
...]
Completed in 517 milliseconds