OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUserStyleSheetWatcher
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/profiles/
profile.cc
468
virtual UserStyleSheetWatcher*
GetUserStyleSheetWatcher
() {
469
return profile_->
GetUserStyleSheetWatcher
();
profile.h
415
virtual UserStyleSheetWatcher*
GetUserStyleSheetWatcher
() = 0;
profile_impl.h
100
virtual UserStyleSheetWatcher*
GetUserStyleSheetWatcher
();
profile_impl.cc
[
all
...]
/external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc
329
if (profile->
GetUserStyleSheetWatcher
()) {
332
profile->
GetUserStyleSheetWatcher
()->user_style_sheet();
/external/chromium/android/autofill/
profile_android.h
191
virtual UserStyleSheetWatcher*
GetUserStyleSheetWatcher
() { NOTREACHED(); return NULL; }
Completed in 27 milliseconds