OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stream_registry
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/content/browser/fileapi/
fileapi_message_filter_unittest.cc
16
#include "content/browser/streams/
stream_registry
.h"
157
StreamRegistry*
stream_registry
= stream_context_->registry();
local
162
EXPECT_EQ(NULL,
stream_registry
->GetStream(kUrl).get());
171
scoped_refptr<Stream> stream =
stream_registry
->GetStream(kUrl);
182
stream =
stream_registry
->GetStream(kUrl);
196
EXPECT_TRUE(
stream_registry
->GetStream(kDifferentUrl).get() == NULL);
200
StreamRegistry*
stream_registry
= stream_context_->registry();
local
204
EXPECT_EQ(NULL,
stream_registry
->GetStream(kUrl).get());
224
scoped_refptr<Stream> stream =
stream_registry
->GetStream(kUrl);
238
StreamRegistry*
stream_registry
= stream_context_->registry()
local
285
StreamRegistry*
stream_registry
= stream_context_->registry();
local
300
StreamRegistry*
stream_registry
= stream_context_->registry();
local
[
all
...]
fileapi_message_filter.cc
22
#include "content/browser/streams/
stream_registry
.h"
/external/chromium_org/content/browser/streams/
stream_context.cc
8
#include "content/browser/streams/
stream_registry
.h"
stream_registry.cc
5
#include "content/browser/streams/
stream_registry
.h"
stream.cc
12
#include "content/browser/streams/
stream_registry
.h"
stream_url_request_job_unittest.cc
8
#include "content/browser/streams/
stream_registry
.h"
stream_unittest.cc
9
#include "content/browser/streams/
stream_registry
.h"
/external/chromium_org/content/browser/loader/
stream_resource_handler.cc
10
#include "content/browser/streams/
stream_registry
.h"
resource_dispatcher_host_impl.cc
51
#include "content/browser/streams/
stream_registry
.h"
[
all
...]
/external/chromium_org/content/browser/
storage_partition_impl_map.cc
25
#include "content/browser/streams/
stream_registry
.h"
/external/chromium_org/content/
content_browser.target.darwin-arm.mk
413
content/browser/streams/
stream_registry
.cc \
[
all
...]
content_browser.target.darwin-mips.mk
413
content/browser/streams/
stream_registry
.cc \
[
all
...]
content_browser.target.darwin-x86.mk
413
content/browser/streams/
stream_registry
.cc \
[
all
...]
content_browser.target.linux-arm.mk
413
content/browser/streams/
stream_registry
.cc \
[
all
...]
content_browser.target.linux-mips.mk
413
content/browser/streams/
stream_registry
.cc \
[
all
...]
content_browser.target.linux-x86.mk
413
content/browser/streams/
stream_registry
.cc \
[
all
...]
content_browser.gypi
[
all
...]
Completed in 120 milliseconds