OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DomDistillerFeedbackReportingView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DomDistillerFeedbackReportingView.java
26
public class
DomDistillerFeedbackReportingView
extends SwipableOverlayView {
30
// Class to alert about
DomDistillerFeedbackReportingView
events.
47
void onYesPressed(
DomDistillerFeedbackReportingView
view);
49
void onNoPressed(
DomDistillerFeedbackReportingView
view);
53
* Creates a
DomDistillerFeedbackReportingView
and adds it to the given ContentViewCore.
55
* @param contentView ContentViewCore to display the
DomDistillerFeedbackReportingView
for.
56
* @param feedbackObserver Class that is alerted for
DomDistillerFeedbackReportingView
events.
59
public static
DomDistillerFeedbackReportingView
create(ContentViewCore contentViewCore,
62
DomDistillerFeedbackReportingView
view =
63
(
DomDistillerFeedbackReportingView
) LayoutInflater.from(context
[
all
...]
DomDistillerFeedbackReporter.java
23
DomDistillerFeedbackReportingView
.FeedbackObserver {
42
private
DomDistillerFeedbackReportingView
mReportingView;
65
public void onYesPressed(
DomDistillerFeedbackReportingView
view) {
72
public void onNoPressed(
DomDistillerFeedbackReportingView
view) {
98
mReportingView =
DomDistillerFeedbackReportingView
.create(mContentViewCore, this);
Completed in 139 milliseconds