OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_provider_instance_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/test/net/
test_automation_provider.cc
28
TestAutomationProvider* TestAutomationProvider::
g_provider_instance_
= NULL;
45
g_provider_instance_
= this;
50
g_provider_instance_
= NULL;
87
if (
g_provider_instance_
&& request->GetUserData(NULL) == NULL &&
88
g_provider_instance_
->tab_handle_ != -1) {
98
g_provider_instance_
->tab_handle_, new_id++,
99
g_provider_instance_
->automation_resource_message_filter_, false);
test_automation_provider.h
62
static TestAutomationProvider*
g_provider_instance_
;
member in class:TestAutomationProvider
Completed in 64 milliseconds