HomeSort by relevance Sort by last modified time
    Searched full:profile1_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc 52 profile1_ = new TestingProfile();
55 browser_process->profile_manager()->RegisterProfile(profile1_, true);
71 TestingProfile* profile1_; member in class:ExtensionEventRouterForwarderTest
81 profile1_, "", kEventName, kEventArgs, profile1_, url));
93 Profile* incognito = CreateIncognitoProfile(profile1_);
96 profile1_, "", kEventName, kEventArgs, profile1_, url));
114 profile1_, "", kEventName, kEventArgs, profile1_, url))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder_unittest.cc 109 profile1_ = profile_manager_.CreateTestingProfile("one");
126 TestingProfile* profile1_; member in class:extensions::EventRouterForwarderTest
135 CallEventRouter(profile1_, "", kEventName, profile1_, url));
146 Profile* incognito = CreateIncognitoProfile(profile1_);
148 CallEventRouter(profile1_, "", kEventName, profile1_, url));
164 CallEventRouter(profile1_, "", kEventName, profile1_, url));
186 CallEventRouter(profile1_, "", kEventName, profile1_, url))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 47 profile1_.reset(new testing::NiceMock<MockBluetoothProfile>());
79 scoped_ptr<testing::NiceMock<MockBluetoothProfile> > profile1_; member in class:__anon7173::BluetoothApiTest
159 EXPECT_CALL(*profile1_, SetConnectionCallback(testing::_));
161 add_profile_function = new TestBluetoothAddProfileFunction(profile1_.get());
207 add_profile_function = new TestBluetoothAddProfileFunction(profile1_.get());
503 event_router()->AddProfile("1234", profile1_.get());

Completed in 238 milliseconds