HomeSort by relevance Sort by last modified time
    Searched full:discussion (Results 26 - 50 of 486) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/mac/WebView/
WebFrameLoadDelegate.h 39 @discussion A WebView's WebFrameLoadDelegate tracks the loading progress of its frames.
51 @discussion This method is called after the provisional data source of a frame
70 @discussion This method is called after the provisional data source has failed to load.
80 @discussion This method is called after the provisional data source has become the
96 @discussion The title may update during loading; clients should be prepared for this.
114 @discussion This method is called after the committed data source of a frame has successfully loaded
126 @discussion This method is called after a data source has committed but failed to completely load.
135 @discussion This method is called when anchors within a page have been clicked.
147 @discussion This method can be used to continue progress feedback while a client-side
157 @discussion A client-side redirect can be cancelled if a frame changes location before the timeout
    [all...]
WebDocument.h 36 @discussion Protocol implemented by the document view of WebFrameView
56 @discussion Called when WebKit has determined that the document view needs to layout.
64 @discussion Called when the document view must immediately layout. For simple views,
87 @discussion Optional protocol for searching document view of WebFrameView.
105 @discussion Optional protocol for supporting text operations.
157 @discussion Protocol implemented by the document representation of a data source.
WebPolicyDelegate.h 66 @discussion This protocol is used to call back with the results of a
77 @discussion If there remain more policy decisions to be made, then
94 @discussion This method is more than just a convenience because it
104 @discussion A policy of ignore prevents WebKit from doing anything
117 @discussion While loading a URL, WebKit asks the WebPolicyDelegate for
145 @discussion This method will be called before loading starts, and
155 @discussion This method is called to decide what to do with an targetted nagivation that would open a new window.
160 @discussion This method is provided so that modified clicks on a targetted link which
176 @discussion Returns the policy for content which has been partially loaded.
190 @discussion Called when a WebPolicy could not be implemented. It is up to the client to display appropriate fe (…)
    [all...]
WebResourceLoadDelegate.h 43 @discussion Implementors of this protocol will receive messages indicating
59 @discussion An implementor of WebResourceLoadDelegate should provide an identifier
71 @discussion This message is sent before a load is initiated. The request may be modified
88 @discussion Call useCredential::, continueWithoutCredential or
91 @discussion If you do not implement this delegate method, WebKit will handle authentication
111 @discussion In some rare cases, multiple responses may be received for a single load.
120 @discussion Multiple of these messages may be sent as data arrives.
131 @discussion This message is sent after a load has successfully completed.
141 @discussion This message is sent after a load has failed to load due to an error.
152 @discussion Called when a plug-in is not found, fails to load or is not available for some reason
    [all...]
WebDataSource.h 44 @discussion A WebDataSource represents the data associated with a web page.
65 @discussion The data will be incomplete until the datasource has completely loaded.
73 @discussion A representation holds a type specific representation
116 @discussion Returns YES if there are any pending loads.
128 @discussion This will be non-nil only for dataSources created by calls to the
WebView.h 67 @discussion Notifications sent by WebView to mark the progress of loads.
146 @discussion Sets the array of NSString MIME types that WebKit will
158 @discussion This method differs than NSURL's URLFromPasteboard method in that it tries multiple pasteboard types
168 @discussion This method returns a title that refers a URL on the pasteboard. An example of this is the link label
183 @discussion Initialize a WebView with the supplied parameters. This method will
199 @discussion A garbage collected application is required to call close when the receiver is no longer needed.
216 @discussion Defaults to YES in garbage collected applications, otherwise NO to maintain backwards compatibility.
251 @discussion The download delegate is retained by WebDownload when any downloads are in progress.
294 @discussion Note that even document that are not framesets will have a
303 @discussion Returns the frame that contains the first responder, if any. Otherwise returns th
    [all...]
  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 37 @discussion Notifications sent when history is modified.
57 @discussion WebHistory is used to track pages that have been loaded
89 @discussion Save history to URL. It is the client's responsibility to call this at appropriate times.
115 @discussion Get an array of NSCalendarDates, each one representing a unique day that contains one
123 @discussion Get an array of WebHistoryItem that were last visited on the day represented by the
140 @discussion Limits the number of items that will be stored by the WebHistory.
153 @discussion setHistoryAgeInDaysLimit: sets the maximum number of days to be read from
WebHistoryItem.h 35 @discussion Notification sent when history item is modified.
44 @discussion WebHistoryItems are created by WebKit to represent pages visited.
61 @discussion WebHistoryItems are normally created for you by the WebKit.
79 @discussion The URLString may be different than the originalURLString if the page
89 @discussion This title cannot be changed by the client. This value
121 @discussion This icon returned will be determined by the WebKit.
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 27 @discussion Notifications sent when history is modified.
56 @discussion WebHistory is used to track pages that have been loaded
95 @discussion Save history to URL. It is the client's responsibility to call this at appropriate times.
125 @discussion Get an array of NSCalendarDates, each one representing a unique day that contains one
136 @discussion Get an array of WebHistoryItem that were last visited on the day represented by the
157 @discussion Limits the number of items that will be stored by the WebHistory.
172 @discussion setHistoryAgeInDaysLimit: sets the maximum number of days to be read from
IWebUIDelegate.idl 41 @discussion Each menu item in the default menu items array passed in
146 @discussion This protocol is used to call back with the results of
176 @discussion A class that implements WebUIDelegate provides
193 @discussion The newly created window is hidden, and the window operations delegate on the
207 @discussion This will only be called just after createWindowWithRequest:
217 @discussion Clients showing multiple views in one window may
229 @discussion Clients showing multiple views in one window may want to
239 @discussion Clients showing multiple views in one window may want to
249 @discussion This method should return the focused control in the
263 @discussion responder will always be a view that is in the vie
    [all...]
IWebFrameLoadDelegate.idl 42 @discussion A WebView's WebFrameLoadDelegate tracks the loading progress of its frames.
62 @discussion This method is called after the provisional data source of a frame
83 @discussion This method is called after the provisional data source has failed to load.
94 @discussion This method is called after the provisional data source has become the
111 @discussion The title may update during loading; clients should be prepared for this.
131 @discussion This method is called after the committed data source of a frame has successfully loaded
144 @discussion This method is called after a data source has committed but failed to completely load.
154 @discussion This method is called when anchors within a page have been clicked.
167 @discussion This method can be used to continue progress feedback while a client-side
178 @discussion A client-side redirect can be cancelled if a frame changes location before the timeout
    [all...]
IWebPolicyDelegate.idl 69 @discussion This protocol is used to call back with the results of a
86 @discussion If there remain more policy decisions to be made, then
105 @discussion This method is more than just a convenience because it
116 @discussion A policy of ignore prevents WebKit from doing anything
128 @discussion While loading a URL, WebKit asks the WebPolicyDelegate for
163 @discussion This method will be called before loading starts, and
174 @discussion This method is called to decide what to do with an targetted nagivation that would open a new window.
179 @discussion This method is provided so that modified clicks on a targetted link which
196 @discussion Returns the policy for content which has been partially loaded.
211 @discussion Called when a WebPolicy could not be implemented. It is up to the client to display appropriate fe (…)
    [all...]
IWebResourceLoadDelegate.idl 45 @discussion Implementors of this protocol will receive messages indicating
69 @discussion An implementor of WebResourceLoadDelegate should provide an identifier
82 @discussion This message is sent before a load is initiated. The request may be modified
100 @discussion Call useCredential::, continueWithoutCredential or
103 @discussion If you do not implement this delegate method, WebKit will handle authentication
125 @discussion In some rare cases, multiple responses may be received for a single load.
135 @discussion Multiple of these messages may be sent as data arrives.
147 @discussion This message is sent after a load has successfully completed.
158 @discussion This message is sent after a load has failed to load due to an error.
170 @discussion Called when a plug-in is not found, fails to load or is not available for some reason
    [all...]
IWebHistoryItem.idl 33 @discussion WebHistoryItems are created by WebKit to represent pages visited.
53 @discussion WebHistoryItems are normally created for you by the WebKit.
73 @discussion The URLString may be different than the originalURLString if the page
84 @discussion This title cannot be changed by the client. This value
120 @discussion This icon returned will be determined by the WebKit.
IWebFormDelegate.idl 40 @discussion .
55 @discussion The WebFormDelegate class responds to all WebFormDelegate protocol
61 @discussion .
IWebDocument.idl 38 @discussion Protocol implemented by the document view of WebFrameView
68 @discussion Called when WebKit has determined that the document view needs to layout.
77 @discussion Called when the document view must immediately layout. For simple views,
101 @discussion Optional protocol for searching document view of WebFrameView.
128 @discussion Optional protocol for supporting text operations.
178 @discussion Protocol implemented by the document representation of a data source.
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.h 109 @discussion Use the returned string as the exported name for the selector
129 @discussion Return NO to export the selector to the script environment.
141 @discussion Provide an alternate name for a property.
151 @discussion Return NO to export the property to the script environment.
161 @discussion If a script attempts to invoke a method that is not exported,
171 @discussion If a script attempts to call an exposed object as a function,
180 @discussion finalizeForScript is called on objects exposed to the script
197 @discussion WebScriptObjects are used to wrap script objects passed from
226 @discussion Throws an exception in the current script execution context.
234 @discussion Use this method to bridge between the WebScriptObject and
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_accelerators_gtk.cc 14 // after discussion over which accelerators should be addressed in
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.h 49 @discussion Features:
80 @discussion Calls iconForURL:withSize:cache: with YES for cache.
88 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found.
99 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
127 @discussion Only effective if called before the database begins removing icons.
135 @discussion Informs the database that it now can begin removing icons.
WebIconDatabasePrivate.h 47 @discussion Returns true if the icon database is currently enabled, or false if it
54 @discussion Enables or disables the icon database based on the flag passed in.
61 @discussion Causes the icon database to delete all of the images that it has stored,
  /docs/source.android.com/src/source/community/
groups-charter.jd 1 page.title=Android Discussion Groups Charter
14 These discussion groups are intended for developers working with the Android platform. Everyone is welcome to join in, provided you follow our community's policies described below. Our users help each other, and many experts post to these groups, including members of the Open Handset Alliance.
27 <li><em>Allowed discussion topics<em>: Most of our groups are for technical discussions of Android or users helping each other. Generally we don't put hard restrictions on the topics discussed in the group: as long as the topic is relevant to Android in some way, it's welcome on our groups. We welcome announcements and discussion of products, libraries, publications, and other interesting Android-related news, but please do not cross-post. Post only to the most relevant group for your message. We even welcome (polite!) discussion of articles and ideas critical of Android--after all, we can't improve if we don't listen.
index.jd 15 project with many components, we have many discussion forums, each focusing on
29 This list is for general discussion about the Android open-source project or the platform technologies.</p>
37 Subscribe to this list for discussion and help on building the Android source code, and on the build system. If you've just checked out the source code and have questions about how to turn it into binaries, start here.</p>
54 This list is for developers who want to contribute code to Android. This is a working list, and is not appropriate for general discussion. We ask that general discussion go to android-platform. Note: contributors to the Android kernel should go to the android-kernel list, below.</p>
74 These discussion groups are intended for developers working with the Android platform. Everyone is welcome to join in, provided you follow our community's policies described below. Our users help each other, and many experts post to these groups, including members of the Open Handset Alliance.
106 <li><em>Allowed discussion topics</em>: Most of our groups are for technical discussions of Android or users helping each other. Generally we don't put hard restrictions on the topics discussed in the group: as long as the topic is relevant to Android in some way, it's welcome on our groups. We welcome announcements and discussion of products, libraries, publications, and other interesting Android-related news, but please do not cross-post. Post only to the most relevant group for your message. We even welcome (polite!) discussion of articles and ideas critical of Android--after all, we can't improve if we don't listen.
147 <p><a href="irc://irc.freenode.net/android">#android</a> - dedicated to general Android discussion and porting concerns</p
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 34 * The amount of discussion history provided on entering a room (perhaps because the
69 * Returns the history that manages the amount of discussion history provided on
72 * @return the history that manages the amount of discussion history provided on
89 * Sets the History that manages the amount of discussion history provided on
92 * @param history that manages the amount of discussion history provided on
  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 65 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_4:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_4</Name><USR>c:@F@comment_to_html_conversion_4#</USR><Declaration>void comment_to_html_conversion_4()</Declaration><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para></Discussion></Function>]
83 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_5:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p><p> Ccc.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_5</Name><USR>c:@F@comment_to_html_conversion_5#</USR><Declaration>void comment_to_html_conversion_5()</Declaration><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para><Para> Ccc.</Para></Discussion></Function>]
100 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_6:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa. </p><p class="para-brief"> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_6</Name><USR>c:@F@comment_to_html_conversion_6#</USR><Declaration>void comment_to_html_conversion_6()</Declaration><Abstract><Para> Aaa. </Para></Abstract><Discussion><Para> Bbb.</Para></Discussion></Function>]
165 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_10:{{.*}} FullCommentAsHTML=[<p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p><p class="para-returns"><span class="word-returns">Returns</span> Aaa. </p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_10</Name><USR>c:@F@comment_to_html_conversion_10#</USR><Declaration>void comment_to_html_conversion_10()</Declaration><ResultDiscussion><Para> Aaa. </Para></ResultDiscussion><Discussion><Para> Bbb.</Para></Discussion></Function>]
185 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_11:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p> Bbb.</p><p class="para-returns"><span class="word-returns">Returns</span> Ccc.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_11</Name><USR>c:@F@comment_to_html_conversion_11#</USR><Declaration>void comment_to_html_conversion_11()</Declaration><Abstract><Para> Aaa.</Para></Abstract><ResultDiscussion><Para> Ccc.</Para></ResultDiscussion><Discussion><Para> Bbb.</Para></Discussion></Function>
    [all...]
comment-custom-block-command.cpp 28 // CHECK: comment-custom-block-command.cpp:[[@LINE-2]]:6: FunctionDecl=comment_custom_block_command_1:{{.*}} FullCommentAsHTML=[<p> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-custom-block-command.cpp" line="[[@LINE-2]]" column="6"><Name>comment_custom_block_command_1</Name><USR>c:@F@comment_custom_block_command_1#</USR><Declaration>void comment_custom_block_command_1()</Declaration><Discussion><Para> Aaa.</Para></Discussion></Function>]

Completed in 494 milliseconds

12 3 4 5 6 7 8 91011>>