OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Offer
(Results
1 - 6
of
6
) sorted by null
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferListener.java
34
* an
offer
for a chat. The instance will then have the ability to accept, reject, or ignore
37
* @param request the
Offer
instance embodying the details of the
offer
39
public void offerReceived (
Offer
request);
43
* a revocation of a previously extended
offer
.
45
* @param revokedOffer the RevokedOffer instance embodying the details of the revoked
offer
Offer.java
31
* A class embodying the semantic agent chat
offer
; specific instances allow the acceptance or
32
* rejecting of the
offer
.<br>
38
public class
Offer
{
55
* Creates a new
offer
.
58
* @param agentSession the agent session instance through which this
offer
was issued.
59
* @param userID the userID of the user from which the
offer
originates.
60
* @param userJID the XMPP address of the user from which the
offer
originates.
62
* @param expiresDate the date at which this
offer
expires.
63
* @param sessionID the session id associated with the
offer
.
64
* @param metaData the metadata associated with the
offer
.
[
all
...]
AgentSession.java
574
* Adds an
offer
listener.
576
* @param offerListener the
offer
listener.
587
* Removes an
offer
listener.
589
* @param offerListener the
offer
listener.
622
Offer
offer
= new
Offer
(this.connection, this, requestPacket.getUserID(),
local
629
listener.offerReceived(
offer
);
[
all
...]
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.h
73
enum
Offer
{
115
static
Offer
CanOfferOnIOThread(net::URLRequest* request,
196
static
Offer
CanOfferOnIOThreadImpl(const GURL& url,
one_click_signin_helper.cc
765
OneClickSigninHelper::
Offer
OneClickSigninHelper::CanOfferOnIOThread(
773
OneClickSigninHelper::
Offer
OneClickSigninHelper::CanOfferOnIOThreadImpl(
806
// it should
offer
the interstitial. Therefore missing one click data on
807
// the request means can
offer
is true.
[
all
...]
/external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc
507
OneClickSigninHelper::
Offer
offer
=
local
509
switch (
offer
) {
Completed in 4151 milliseconds