OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_source
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
theme_source_unittest.cc
9
#include "chrome/browser/ui/webui/
theme_source
.h"
25
ThemeSource*
theme_source
() const { return theme_source_.get(); }
function in class:WebUISourcesTest
29
theme_source
()->StartDataRequest(source, -1, -1, callback_);
61
EXPECT_EQ(
theme_source
()->GetMimeType("css/new_tab_theme.css"), "text/css");
62
EXPECT_EQ(
theme_source
()->GetMimeType("css/new_tab_theme.css?foo"),
64
EXPECT_EQ(
theme_source
()->GetMimeType("WRONGURL"), "image/png");
/external/chromium_org/chrome/browser/extensions/
extension_service.cc
53
#include "chrome/browser/ui/webui/
theme_source
.h"
1031
ThemeSource*
theme_source
= new ThemeSource(profile_);
local
[
all
...]
Completed in 41 milliseconds